don/vendor/github.com/mattn/go-runewidth
Marvin Preuss 409955b69c
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
adds progressbar to the commandline
2021-09-01 13:08:04 +02:00
..
.travis.yml adds progressbar to the commandline 2021-09-01 13:08:04 +02:00
go.mod adds progressbar to the commandline 2021-09-01 13:08:04 +02:00
go.sum adds progressbar to the commandline 2021-09-01 13:08:04 +02:00
go.test.sh adds progressbar to the commandline 2021-09-01 13:08:04 +02:00
LICENSE adds progressbar to the commandline 2021-09-01 13:08:04 +02:00
README.md adds progressbar to the commandline 2021-09-01 13:08:04 +02:00
runewidth_appengine.go adds progressbar to the commandline 2021-09-01 13:08:04 +02:00
runewidth_js.go adds progressbar to the commandline 2021-09-01 13:08:04 +02:00
runewidth_posix.go adds progressbar to the commandline 2021-09-01 13:08:04 +02:00
runewidth_table.go adds progressbar to the commandline 2021-09-01 13:08:04 +02:00
runewidth_windows.go adds progressbar to the commandline 2021-09-01 13:08:04 +02:00
runewidth.go adds progressbar to the commandline 2021-09-01 13:08:04 +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