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

7 lines
63 B
Go

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