1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-08 19:43:58 +00:00
Files
rclone/backend/local/encode_other.go
2020-01-16 14:40:36 +00:00

10 lines
134 B
Go

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