1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-07 01:27:01 +02: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()) {
}