1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-07-03 10:12:47 +02:00
seaweedfs/weed/util/grace/signal_handling_notsupported.go

6 lines
64 B
Go

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