mirror of
https://github.com/golang/go
synced 2024-11-12 08:20:22 -07:00
os/signal: windows is supported, update comment
Fixes #5035. R=golang-dev, r CC=golang-dev https://golang.org/cl/7519045
This commit is contained in:
parent
66e346433e
commit
07fb6fcd40
@ -5,7 +5,7 @@
|
|||||||
// Package signal implements access to incoming signals.
|
// Package signal implements access to incoming signals.
|
||||||
package signal
|
package signal
|
||||||
|
|
||||||
// BUG(rsc): This package is not yet implemented on Plan 9 and Windows.
|
// BUG(rsc): This package is not yet implemented on Plan 9.
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
|
Loading…
Reference in New Issue
Block a user