mirror of
https://github.com/rclone/rclone.git
synced 2026-01-05 01:53:14 +00:00
7 lines
134 B
Go
7 lines
134 B
Go
//+build !windows,!darwin
|
|
|
|
package encoder
|
|
|
|
// OS is the encoding used by the local backend for non windows platforms
|
|
const OS = Base
|