1
mirror of https://github.com/rclone/rclone synced 2024-12-25 17:03:45 +01: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