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_js.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth_js.go (limited to 'vendor/github.com/mattn/go-runewidth/runewidth_js.go') diff --git a/vendor/github.com/mattn/go-runewidth/runewidth_js.go b/vendor/github.com/mattn/go-runewidth/runewidth_js.go new file mode 100644 index 0000000..c5fdf40 --- /dev/null +++ b/vendor/github.com/mattn/go-runewidth/runewidth_js.go @@ -0,0 +1,9 @@ +// +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