mirror of
https://github.com/beego/bee.git
synced 2025-07-05 03:00:17 +00:00
Update vendor folder (Delve support)
This commit is contained in:
11
vendor/github.com/peterh/liner/signal_legacy.go
generated
vendored
Normal file
11
vendor/github.com/peterh/liner/signal_legacy.go
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
// +build !go1.1,!windows
|
||||
|
||||
package liner
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func stopSignal(c chan<- os.Signal) {
|
||||
// signal.Stop does not exist before Go 1.1
|
||||
}
|
Reference in New Issue
Block a user