signal_handling_notsupported.go 81 B

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