Commit 07fb6fcd authored by Shenghou Ma's avatar Shenghou Ma

os/signal: windows is supported, update comment

Fixes #5035.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7519045
parent 66e34643
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment