signal_legacy.go 145 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 // +build !go1.1,!windows package liner import ( "os" ) func stopSignal(c chan<- os.Signal) { // signal.Stop does not exist before Go 1.1 }