tile38/vendor/github.com/peterh/liner/signal_legacy.go

12 lines
145 B
Go
Raw Normal View History

2016-03-05 02:08:16 +03:00
// +build !go1.1,!windows
package liner
import (
"os"
)
func stopSignal(c chan<- os.Signal) {
// signal.Stop does not exist before Go 1.1
}