signal_handling_notsupported.go 64 B

123456
  1. // +build plan9
  2. package grace
  3. func OnInterrupt(fn func()) {
  4. }