mirror of
https://github.com/rclone/rclone
synced 2025-04-13 09:01:13 +02: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
|