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 eb32bc5 commit 6242cb2Copy full SHA for 6242cb2
src/os/exec.go
@@ -49,3 +49,7 @@ func (p *Process) Wait() (*ProcessState, error) {
49
func (p *Process) Kill() error {
50
return ErrNotImplemented
51
}
52
+
53
+func (p *Process) Signal(sig Signal) error {
54
+ return ErrNotImplemented
55
+}
0 commit comments