9fans.net/go@v0.0.7/cmd/sam/unix.go (about) 1 // +build unix 2 3 package main 4 5 import "syscall" 6 7 func init() { 8 SIGHUP = syscall.SIGHUP 9 }