1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-07 01:50:23 +08:00
Files
terasu-cloudflared/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
2020-09-17 11:52:07 +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
}