From 29c72fb30bb7d5614c0a8ebb73bee2ac7eca6608 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 6 Mar 2022 17:40:35 +0100 Subject: Removed go-dashboard example. Signed-off-by: Toni Uhlig --- .../src/github.com/mattn/go-runewidth/runewidth_js.go | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_js.go (limited to 'examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_js.go') diff --git a/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_js.go b/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_js.go deleted file mode 100644 index c5fdf40ba..000000000 --- a/examples/go-dashboard/src/github.com/mattn/go-runewidth/runewidth_js.go +++ /dev/null @@ -1,9 +0,0 @@ -// +build js -// +build !appengine - -package runewidth - -func IsEastAsian() bool { - // TODO: Implement this for the web. Detect east asian in a compatible way, and return true. - return false -} -- cgit v1.2.3