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