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.
2 parents 5df0c4e + 16f7a94 commit 3f37633Copy full SHA for 3f37633
README.md
@@ -1,4 +1,4 @@
1
-# go-pipe [
+# go-pipe [](https://pkg.go.dev/github.com/github/go-pipe)
2
A package used to easily build command pipelines in your Go applications
3
4
# Important
pipe/command_windows.go
@@ -8,7 +8,7 @@ func (s *commandStage) runInOwnProcessGroup() {}
8
9
// kill is called to kill the process if the context expires. `err` is
10
// the corresponding value of `Context.Err()`.
11
-func (s *commandStage) kill(err error) {
+func (s *commandStage) Kill(err error) {
12
select {
13
case <-s.done:
14
// Process has ended; no need to kill it again.
0 commit comments