Files
seaweedfs/weed/util/signal_handling_notsupported.go

7 lines
63 B
Go
Raw Normal View History

2014-05-13 15:04:04 -07:00
// +build plan9
2017-06-22 01:33:58 -07:00
package util
2014-05-13 15:04:04 -07:00
func OnInterrupt(fn func()) {
}