1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-07-07 16:15:59 -03:00
tea/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
2019-09-15 08:38:18 +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
}