rclone/cmd/siginfo_others.go

8 lines
150 B
Go
Raw Normal View History

//go:build !darwin && !freebsd && !netbsd && !dragonfly && !openbsd
2018-05-13 20:24:56 +02:00
package cmd
// SigInfoHandler creates SigInfo handler
func SigInfoHandler() {
}