seaweedfs/weed/util/grace/signal_handling_notsupported.go

7 lines
64 B
Go

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