]> Cypherpunks repositories - gostls13.git/commit
os/signal: document signal handling
authorIan Lance Taylor <iant@golang.org>
Wed, 16 Dec 2015 01:14:51 +0000 (17:14 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 17 Dec 2015 16:59:39 +0000 (16:59 +0000)
commitab39b8de7ef209f004c040e47b74f340347486f2
tree44be8430a42f6dc5ea032124f4fe3e6c28ed0657
parent0a0f8bae2747191cbc6cda61c1d5ef9512beded8
os/signal: document signal handling

This is an attempt to document the current state of signal handling.
It's not intended to describe the best way to handle signals.  Future
changes to signal handling should update these docs as appropriate.

update #9896.

Change-Id: I3c50af5cc641357b57dfe90ae1c7883a7e1ec059
Reviewed-on: https://go-review.googlesource.com/17877
Reviewed-by: Russ Cox <rsc@golang.org>
src/os/signal/doc.go [new file with mode: 0644]
src/os/signal/signal.go