mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 08:12:47 +02:00
7 lines
81 B
Go
7 lines
81 B
Go
//go:build plan9
|
|
// +build plan9
|
|
|
|
package grace
|
|
|
|
func OnInterrupt(fn func()) {
|
|
}
|