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