mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-07-03 18:22:48 +02:00
6 lines
63 B
Go
6 lines
63 B
Go
// +build plan9
|
|
|
|
package util
|
|
|
|
func OnInterrupt(fn func()) {
|
|
}
|