Files
seaweedFS/weed/util/grace/signal_handling_notsupported.go
Chris Lu e4b70c2521 go fix
2026-02-20 18:42:00 -08:00

7 lines
65 B
Go

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