From cfecf3e11017142193428e8830d8e0e8562d795b Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 21 Nov 2021 11:45:45 +0100 Subject: go-dashboard renaming, ignore go-mod and it's file structure Signed-off-by: Toni Uhlig --- .../src/github.com/mattn/go-runewidth/runewidth_appengine.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_appengine.go (limited to 'examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_appengine.go') diff --git a/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_appengine.go b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_appengine.go new file mode 100644 index 000000000..7d99f6e52 --- /dev/null +++ b/examples/go-dashboard/src/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