Skip to content

Commit

Permalink
os/signal: windows is supported, update comment
Browse files Browse the repository at this point in the history
Fixes #5035.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7519045
  • Loading branch information
minux committed Mar 12, 2013
1 parent 66e3464 commit 07fb6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/os/signal/signal.go
Expand Up @@ -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"
Expand Down

0 comments on commit 07fb6fc

Please sign in to comment.