mirror of
https://github.com/rclone/rclone.git
synced 2026-01-04 17:43:50 +00:00
backends: move encoding definitions from fs/encodings
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
package local
|
||||
|
||||
import (
|
||||
"github.com/rclone/rclone/fs/encodings"
|
||||
)
|
||||
import "github.com/rclone/rclone/lib/encoder"
|
||||
|
||||
const defaultEnc = encodings.LocalUnix
|
||||
// This is the encoding used by the local backend for non windows platforms
|
||||
const defaultEnc = encoder.Base
|
||||
|
||||
Reference in New Issue
Block a user