Make determining rune width faster

This commit is contained in:
Philipp Emanuel Weidmann
2020-06-13 08:59:17 +05:30
parent 5ce26cca71
commit 6559b116c0
2 changed files with 4 additions and 0 deletions

2
go.mod
View File

@@ -25,4 +25,6 @@ require (
layeh.com/gopher-luar v1.0.7
)
replace github.com/mattn/go-runewidth => github.com/p-e-w/go-runewidth v0.0.10-0.20200613030200-3e1705c5c059
go 1.11