forked from toolshed/abra
chore: vendor
This commit is contained in:
9
vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
generated
vendored
Normal file
9
vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
//go:build appengine
|
||||
// +build appengine
|
||||
|
||||
package runewidth
|
||||
|
||||
// IsEastAsian return true if the current locale is CJK
|
||||
func IsEastAsian() bool {
|
||||
return false
|
||||
}
|
Reference in New Issue
Block a user