From 5a8dbc6347b3541e84fe669b22c17ad3b715e258 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 20:22:09 +0100 Subject: Engage! --- vendor/github.com/mattn/go-runewidth/runewidth_appengine.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth_appengine.go (limited to 'vendor/github.com/mattn/go-runewidth/runewidth_appengine.go') 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 @@ +// +build appengine + +package runewidth + +// IsEastAsian return true if the current locale is CJK +func IsEastAsian() bool { + return false +} -- cgit v1.2.3