]> Cypherpunks repositories - gostls13.git/commit
os/signal: fix wrong constant name in the documentation
authorKonstantin Shaposhnikov <k.shaposhnikov@gmail.com>
Tue, 17 May 2016 12:16:41 +0000 (20:16 +0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 17 May 2016 14:55:14 +0000 (14:55 +0000)
commit1a3e4f05a067f37e8ee8f7a0d5eec39a7e0cad84
tree3dde4da43e83492e7484c86e2a6cbefbf8075552
parent495e3c60aa61615dd603050ac47f86468f8222b6
os/signal: fix wrong constant name in the documentation

os.SIGINT is not defined, os.Interrupt or syscall.SIGINT should be used.

Change-Id: I39867726d28e179d1160a4fd353b7bea676c9dbb
Reviewed-on: https://go-review.googlesource.com/23127
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/signal/doc.go