(dir string)
| 25 | } |
| 26 | |
| 27 | func (w *wrapper) WithWorkingDir(dir string) Builder { |
| 28 | w.dir = dir |
| 29 | return w |
| 30 | } |
| 31 | |
| 32 | func (w *wrapper) WithEnv(env Env) Builder { |
| 33 | if w.env == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected