seaweedfs/go/weed/signal_handling_notsupported.go
2014-05-13 15:04:04 -07:00

9 lines
74 B
Go

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