1
mirror of https://github.com/rclone/rclone synced 2025-03-21 03:04:23 +01:00
rclone/local/normalise_other.go

9 lines
145 B
Go
Raw Normal View History

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