1
mirror of https://github.com/rclone/rclone synced 2024-10-16 01:41:12 +02:00
rclone/cmd/siginfo_others.go
2021-09-09 20:43:59 +03:00

9 lines
119 B
Go

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