1
0
mirror of https://github.com/seaweedfs/seaweedfs.git synced 2025-01-06 18:41:15 +08:00
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()) {
}