better handling of os signals
This commit is contained in:
8
go/weed/signal_handling_notsupported.go
Normal file
8
go/weed/signal_handling_notsupported.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build plan9
|
||||
|
||||
package main
|
||||
|
||||
import ()
|
||||
|
||||
func OnInterrupt(fn func()) {
|
||||
}
|
||||
Reference in New Issue
Block a user