WorkingDir is a working directory for envbuilder. It will also be present in images built by envbuilder.
| 36 | // WorkingDir is a working directory for envbuilder. It |
| 37 | // will also be present in images built by envbuilder. |
| 38 | type WorkingDir struct { |
| 39 | base string |
| 40 | } |
| 41 | |
| 42 | // At returns a WorkingDir rooted at filepath.Join(paths...) |
| 43 | func At(paths ...string) WorkingDir { |
nothing calls this directly
no outgoing calls
no test coverage detected