mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
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
|
||
|
}
|