rclone/cmd/siginfo_others.go
2021-09-19 11:28:40 +01:00

9 lines
119 B
Go

//go:build !darwin
// +build !darwin
package cmd
// SigInfoHandler creates SigInfo handler
func SigInfoHandler() {
}