gitea-tea/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
Andreas Ulm 4bd1e56a84 added missing modules
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
2019-05-09 09:17:16 +02:00

9 lines
138 B
Go

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