Files
seaweedfs/weed/util/grace/signal_handling_notsupported.go

8 lines
81 B
Go
Raw Normal View History

2021-09-01 02:45:42 -07:00
//go:build plan9
2014-05-13 15:04:04 -07:00
// +build plan9
package grace
2014-05-13 15:04:04 -07:00
func OnInterrupt(fn func()) {
}