mirror of
https://github.com/rclone/rclone.git
synced 2025-01-13 20:38:12 +02:00
8 lines
99 B
Go
8 lines
99 B
Go
//+build !darwin
|
|
|
|
package cmd
|
|
|
|
// SigInfoHandler creates SigInfo handler
|
|
func SigInfoHandler() {
|
|
}
|