1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-08-21 22:37:26 +00:00
tea/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go

9 lines
138 B
Go
Raw Permalink Normal View History

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