1
mirror of https://github.com/rclone/rclone synced 2025-05-10 18:22:23 +02:00
2019-02-10 20:55:16 +00:00

9 lines
138 B
Go

// +build appengine
package runewidth
// IsEastAsian return true if the current locale is CJK
func IsEastAsian() bool {
return false
}