Update vendor
This commit is contained in:
13
vendor/github.com/tylerb/graceful/signal_appengine.go
generated
vendored
Normal file
13
vendor/github.com/tylerb/graceful/signal_appengine.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
//+build appengine
|
||||
|
||||
package graceful
|
||||
|
||||
import "os"
|
||||
|
||||
func signalNotify(interrupt chan<- os.Signal) {
|
||||
// Does not notify in the case of AppEngine.
|
||||
}
|
||||
|
||||
func sendSignalInt(interrupt chan<- os.Signal) {
|
||||
// Does not send in the case of AppEngine.
|
||||
}
|
||||
Reference in New Issue
Block a user