package
0.5.36
Repository: https://github.com/devlights/try-golang.git
Documentation: pkg.go.dev

# README

サンプルリスト

このディレクトリには以下のサンプルがあります。

fileexample namenote
notify.gosignal_notifysignal.Notify のサンプルです
notifycontext.gosignal_notify_contextGo 1.16 から追加された signal.NotifyContext のサンプルです

# Functions

NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。.
Notify は、 signal.Notify のサンプルです.
NotifyContext は、 Go 1.16 から追加された signal.NotifyContext のサンプルです.