8 lines
119 B
Go
8 lines
119 B
Go
//go:build !darwin
|
|
// +build !darwin
|
|
|
|
package cmd
|
|
|
|
// SigInfoHandler creates SigInfo handler
|
|
func SigInfoHandler() {
|
|
}
|