mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
7c01bbddf8
Fixes #194 Fixes #451 Fixes #463
9 lines
145 B
Go
9 lines
145 B
Go
// +build !darwin
|
|
|
|
package local
|
|
|
|
// normString normalises the remote name if necessary
|
|
func normString(remote string) string {
|
|
return remote
|
|
}
|