Gitiles
Code Review
Sign In
gerrit.lfbroadband.org
/
voltha-openolt-adapter
/
a162211ca941dea01bea3fa2b0e8063567108edf
/
.
/
vendor
/
github.com
/
mattn
/
go-runewidth
/
runewidth_appengine.go
blob: 84b6528dfe914e1e6be7e309cdb1dc7eb6b2cc6f [
file
] [
log
] [
blame
]
//go:build appengine
// +build appengine
package runewidth
// IsEastAsian return true if the current locale is CJK
func IsEastAsian() bool {
return false
}