Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go-controller
/
9f9a9dfb6fdbd63f00c9cf68a3474905d7db93a4
/
.
/
vendor
/
github.com
/
mattn
/
go-runewidth
/
runewidth_appengine.go
blob: 7d99f6e5210377a58ee1d2209de3b747037924f6 [
file
] [
log
] [
blame
]
// +build appengine
package runewidth
// IsEastAsian return true if the current locale is CJK
func IsEastAsian() bool {
return false
}