lazydocker/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
Jesse Duffield 57379252a5 bump gocui
2022-11-09 21:21:35 +11:00

9 lines
159 B
Go

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