Source File
signal_unix.go
Belonging Package
src.elv.sh/pkg/shell
// +build !windows,!plan9package shellimport ()func ( os.Signal, *os.File) {switch {case syscall.SIGHUP:syscall.Kill(0, syscall.SIGHUP)os.Exit(0)case syscall.SIGUSR1:fmt.Fprint(, sys.DumpStack())}}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)