mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 13:55:15 +02:00
local: use lib/encoder
This commit is contained in:
committed by
Nick Craig-Wood
parent
c09b62a088
commit
a98a750fc9
9
backend/local/encode_windows.go
Normal file
9
backend/local/encode_windows.go
Normal file
@ -0,0 +1,9 @@
|
||||
//+build windows
|
||||
|
||||
package local
|
||||
|
||||
import (
|
||||
"github.com/rclone/rclone/fs/encodings"
|
||||
)
|
||||
|
||||
const enc = encodings.LocalWindows
|
Reference in New Issue
Block a user