7 lines
65 B
Go
7 lines
65 B
Go
//go:build plan9
|
|
|
|
package grace
|
|
|
|
func OnInterrupt(fn func()) {
|
|
}
|