1
mirror of https://github.com/rclone/rclone synced 2024-11-25 02:47:14 +01:00
rclone/cmd/siginfo_others.go

8 lines
150 B
Go

//go:build !darwin && !freebsd && !netbsd && !dragonfly && !openbsd
package cmd
// SigInfoHandler creates SigInfo handler
func SigInfoHandler() {
}