summaryrefslogtreecommitdiff
path: root/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/mattn/go-runewidth/runewidth_appengine.go')
-rw-r--r--vendor/github.com/mattn/go-runewidth/runewidth_appengine.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go b/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
new file mode 100644
index 0000000..7d99f6e
--- /dev/null
+++ b/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
@@ -0,0 +1,8 @@
1// +build appengine
2
3package runewidth
4
5// IsEastAsian return true if the current locale is CJK
6func IsEastAsian() bool {
7 return false
8}