seaweedfs/go/weed/signal_handling_notsupported.go

9 lines
74 B
Go
Raw Normal View History

2014-05-14 06:04:04 +08:00
// +build plan9
package main
import ()
func OnInterrupt(fn func()) {
}