1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-07-03 18:22:48 +02:00
seaweedfs/weed/util/signal_handling_notsupported.go
2017-06-22 01:33:58 -07:00

6 lines
63 B
Go

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