We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb06c6 commit be908beCopy full SHA for be908be
script.go
@@ -32,10 +32,6 @@ type Pipe struct {
32
stdout io.Writer
33
httpClient *http.Client
34
35
- // because pipe stages are concurrent, protect 'err'
36
- mu *sync.Mutex
37
- err error
38
-
39
// env contains the environment to run any exec commands with.
40
// Each entry in the array should be of the form key=value.
41
// If env is not nil, it will replace the default environment variables
0 commit comments