mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
local: refactor default os encoding out from local backend into shared encoder lib
This commit is contained in:
6
lib/encoder/os_other.go
Normal file
6
lib/encoder/os_other.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//+build !windows,!darwin
|
||||
|
||||
package encoder
|
||||
|
||||
// OS is the encoding used by the local backend for non windows platforms
|
||||
const OS = Base
|
||||
Reference in New Issue
Block a user