mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-07-03 10:12:47 +02:00
6 lines
64 B
Go
6 lines
64 B
Go
// +build plan9
|
|
|
|
package grace
|
|
|
|
func OnInterrupt(fn func()) {
|
|
}
|