rclone/backend/local/encode_other.go
2021-09-19 11:28:40 +01:00

9 lines
229 B
Go

//go:build !windows && !darwin
// +build !windows,!darwin
package local
import "github.com/rclone/rclone/lib/encoder"
// This is the encoding used by the local backend for non windows platforms
const defaultEnc = encoder.Base