()
| 385 | } |
| 386 | |
| 387 | func (p *Pipe) environment() []string { |
| 388 | p.mu.Lock() |
| 389 | defer p.mu.Unlock() |
| 390 | return p.env |
| 391 | } |
| 392 | |
| 393 | // Error returns any error present on the pipe, or nil otherwise. |
| 394 | // Error is not a sink and does not wait until the pipe reaches |