status-go/vendor/github.com/mattn/go-runewidth
Andrea Maria Piana 2f539d3bd2 Upgrade go-ens
Go ens needs to be updated to be compatible with the lastest geth
version
2021-07-20 10:57:38 +02:00
..
.travis.yml Upgrade go-ens 2021-07-20 10:57:38 +02:00
LICENSE Upgrade geth to 1.9.5 and Whisper (#1617) 2019-10-04 17:21:24 +02:00
README.md Upgrade go-ens 2021-07-20 10:57:38 +02:00
go.mod Upgrade go-ens 2021-07-20 10:57:38 +02:00
go.sum Upgrade go-ens 2021-07-20 10:57:38 +02:00
go.test.sh Upgrade go-ens 2021-07-20 10:57:38 +02:00
runewidth.go Upgrade go-ens 2021-07-20 10:57:38 +02:00
runewidth_appengine.go Verify ens endpoint, only against mainnet (#1657) 2019-11-04 11:08:22 +01:00
runewidth_js.go Verify ens endpoint, only against mainnet (#1657) 2019-11-04 11:08:22 +01:00
runewidth_posix.go Upgrade go-ens 2021-07-20 10:57:38 +02:00
runewidth_table.go Upgrade go-ens 2021-07-20 10:57:38 +02:00
runewidth_windows.go Verify ens endpoint, only against mainnet (#1657) 2019-11-04 11:08:22 +01:00

README.md

go-runewidth

Build Status Codecov GoDoc Go Report Card

Provides functions to get fixed width of the character or string.

Usage

runewidth.StringWidth("つのだ☆HIRO") == 12

Author

Yasuhiro Matsumoto

License

under the MIT License: http://mattn.mit-license.org/2013