1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-26 04:18:59 +02:00
seaweedfs/weed/util/grace/signal_handling_notsupported.go
2021-09-01 02:45:42 -07:00

8 lines
81 B
Go

//go:build plan9
// +build plan9
package grace
func OnInterrupt(fn func()) {
}