7 lines
81 B

3 years ago
  1. //go:build plan9
  2. // +build plan9
  3. package grace
  4. func OnInterrupt(fn func()) {
  5. }