mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-08 15:41:15 +02:00
7 lines
65 B
Go
7 lines
65 B
Go
//go:build plan9
|
|
|
|
package grace
|
|
|
|
func OnInterrupt(fn func()) {
|
|
}
|