1
0
mirror of https://github.com/cjbassi/gotop.git synced 2025-05-03 22:17:15 +08:00
gotop/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
2019-01-14 20:19:17 -08:00

9 lines
138 B
Go

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