Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + const DefaultStopSignal + const SIGCHLD + const SIGPIPE + const SIGWINCH + var SignalMap = map[string]syscall.Signal — darwin/amd64, linux/amd64, windows/amd64 + var SignalMap = map[string]syscall.Signal — js/wasm + func CatchAll(sigc chan os.Signal) + func DumpStacks(dir string) (string, error) + func ParseSignal(rawSignal string) (syscall.Signal, error) + func StopCatch(sigc chan os.Signal) + func Trap(cleanup func()) + func ValidSignalForPlatform(sig syscall.Signal) bool