7 lines
150 B
Go
7 lines
150 B
Go
//go:build !darwin && !freebsd && !netbsd && !dragonfly && !openbsd
|
|
|
|
package cmd
|
|
|
|
// SigInfoHandler creates SigInfo handler
|
|
func SigInfoHandler() {
|
|
}
|