1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 06:40:45 +02:00
seaweedfs/weed/util/grace/signal_handling_notsupported.go

7 lines
64 B
Go

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