1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 00:43:27 +00:00
bee/vendor/github.com/peterh/liner/signal_legacy.go

12 lines
145 B
Go
Raw Normal View History

2017-03-19 22:45:54 +00:00
// +build !go1.1,!windows
package liner
import (
"os"
)
func stopSignal(c chan<- os.Signal) {
// signal.Stop does not exist before Go 1.1
}