diff options
Diffstat (limited to 'vendor/github.com/mattn/go-runewidth/runewidth_appengine.go')
-rw-r--r-- | vendor/github.com/mattn/go-runewidth/runewidth_appengine.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go b/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go deleted file mode 100644 index 7d99f6e52..000000000 --- a/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go +++ /dev/null @@ -1,8 +0,0 @@ -// +build appengine - -package runewidth - -// IsEastAsian return true if the current locale is CJK -func IsEastAsian() bool { - return false -} |