rclone/cmd/siginfo_others.go

9 lines
119 B
Go

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