DEBSOURCES
Skip Quicknav
sources / icingadb / 1.1.0-1 / dependencies / pkg / mod / github.com / mattn / go-runewidth%40v0.0.12 / runewidth_appengine.go
12345678
// +build appengine package runewidth // IsEastAsian return true if the current locale is CJK func IsEastAsian() bool { return false }