1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-24 12:56:36 +02:00
rclone/backend/local/encode_other.go
2019-09-30 14:05:49 +01:00

10 lines
119 B
Go

//+build !windows
package local
import (
"github.com/rclone/rclone/fs/encodings"
)
const enc = encodings.LocalUnix