# README
サンプルリスト
このディレクトリには以下のサンプルがあります。
file | example name | note |
---|---|---|
notify.go | signal_notify | signal.Notify のサンプルです |
notifycontext.go | signal_notify_context | Go 1.16 から追加された signal.NotifyContext のサンプルです |
# Functions
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。.
Notify は、 signal.Notify のサンプルです.
NotifyContext は、 Go 1.16 から追加された signal.NotifyContext のサンプルです.