seaweedfs/go/weed/signal_handling_notsupported.go
2014-10-26 11:34:55 -07:00

7 lines
63 B
Go

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