1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-06-29 08:12:47 +02:00
seaweedfs/weed/util/grace/signal_handling_notsupported.go
2021-09-01 02:45:42 -07:00

7 lines
81 B
Go

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