signal

command
v0.0.0-...-c93e153 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2018 License: MIT Imports: 4 Imported by: 0

README

12.4 シグナルのハンドラを書く

SIGINTSIGTERMを受け取った時、受け取ったシグナルを表示する。 なお、シグナルはフォアグラウンドのプロセスに最初に送信されるため、go runコマンドで実行するとgoのプロセスに対してシグナルが渡る。go buildしたもので試すこと。

$ go build main.go
$ ./main
^CSIGINT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL