1
0
mirror of https://github.com/golang/go synced 2024-09-25 05:20:13 -06: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:
Shenghou Ma 2013-03-13 02:40:56 +08:00
parent 66e346433e
commit 07fb6fcd40

View File

@ -5,7 +5,7 @@
// Package signal implements access to incoming signals.
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 (
"os"