seaweedfs/weed/util/signal_handling_notsupported.go
2017-06-22 01:33:58 -07:00

7 lines
63 B
Go

// +build plan9
package util
func OnInterrupt(fn func()) {
}