Skip to content

Commit 3f37633

Browse files
authored
Merge pull request #7 from github/os-testing
Windows compilation problem
2 parents 5df0c4e + 16f7a94 commit 3f37633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# go-pipe [![GoDoc](https://pkg.go.dev/github.com/github/go-pipe)
1+
# go-pipe [![GoDoc](https://pkg.go.dev/badge/github.com/github/docs)](https://pkg.go.dev/github.com/github/go-pipe)
22
A package used to easily build command pipelines in your Go applications
33

44
# Important

pipe/command_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ func (s *commandStage) runInOwnProcessGroup() {}
88

99
// kill is called to kill the process if the context expires. `err` is
1010
// the corresponding value of `Context.Err()`.
11-
func (s *commandStage) kill(err error) {
11+
func (s *commandStage) Kill(err error) {
1212
select {
1313
case <-s.done:
1414
// Process has ended; no need to kill it again.

0 commit comments

Comments
 (0)