1
mirror of https://github.com/rclone/rclone synced 2024-12-20 10:25:56 +01:00
rclone/local/normalise_other.go
2016-05-01 13:13:20 +01:00

9 lines
145 B
Go

// +build !darwin
package local
// normString normalises the remote name if necessary
func normString(remote string) string {
return remote
}