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

# Packages

シグナルを受信する側です # 処理手順 - signal.NotifyContext を利用して SIGTERM をフック - シグナルが送信されるのを待機 REFERENCES: - https://stackoverflow.com/questions/9030680/list-of-currently-running-process-in-go.
シグナルを送信する側です # 処理手順 - receiver プロセスを探して pid を取得 - 対象 pid に対して SIGTERM を送る REFERENCES: - https://stackoverflow.com/questions/9030680/list-of-currently-running-process-in-go.