1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
rclone/lib/encoder/os_other.go
2021-09-09 20:43:59 +03:00

8 lines
166 B
Go

//go:build !windows && !darwin
// +build !windows,!darwin
package encoder
// OS is the encoding used by the local backend for non windows platforms
const OS = Base