// +build plan9 package util func OnInterrupt(fn func()) {}
// +build plan9
package util
func OnInterrupt(fn func()) {
}