LearnGO/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.13/runewidth_appengine.go
2024-09-19 21:38:24 -04:00

9 lines
138 B
Go

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