You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
λ go get github.com/shanzi/wu
# github.com/shanzi/wu/command
gocode\src\github.com\shanzi\wu\command\command.go:67: unknown syscall.SysProcAttr field 'Setpgid' in struct literal
gocode\src\github.com\shanzi\wu\command\command.go:133: undefined: syscall.Getpgid
gocode\src\github.com\shanzi\wu\command\command.go:135: undefined: syscall.Kill
env:
λ go version
go version go1.7rc6 windows/amd64
The text was updated successfully, but these errors were encountered:
Yeah, currently we do not support Windows as there is no wrapped method to kill a process under golang and thus we have to work with native Windows API.
env:
The text was updated successfully, but these errors were encountered: