status-go/vendor/github.com/mattn/go-runewidth
Andrea Maria Piana 4d15ae8a85 Upgrade to go 1.18 2022-05-11 12:39:54 +01:00
..
.travis.yml Upgrade go-ens 2021-07-20 10:57:38 +02:00
LICENSE
README.md 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