siginfo_others.go 150 B

12345678
  1. //go:build !darwin && !freebsd && !netbsd && !dragonfly && !openbsd
  2. package cmd
  3. // SigInfoHandler creates SigInfo handler
  4. func SigInfoHandler() {
  5. }