iperf3exporter/vendor/github.com/mattn/go-runewidth
Marvin Preuss 2343c9588a
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
first commit
2021-10-20 10:08:56 +02:00
..
.travis.yml first commit 2021-10-20 10:08:56 +02:00
go.test.sh first commit 2021-10-20 10:08:56 +02:00
LICENSE first commit 2021-10-20 10:08:56 +02:00
README.md first commit 2021-10-20 10:08:56 +02:00
runewidth_appengine.go first commit 2021-10-20 10:08:56 +02:00
runewidth_js.go first commit 2021-10-20 10:08:56 +02:00
runewidth_posix.go first commit 2021-10-20 10:08:56 +02:00
runewidth_table.go first commit 2021-10-20 10:08:56 +02:00
runewidth_windows.go first commit 2021-10-20 10:08:56 +02:00
runewidth.go first commit 2021-10-20 10:08:56 +02:00

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