1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-07-15 16:36:27 -03:00
tea/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go

9 lines
138 B
Go
Raw Normal View History

2019-09-15 05:38:18 -03:00
// +build appengine
package runewidth
// IsEastAsian return true if the current locale is CJK
func IsEastAsian() bool {
return false
}