book-fetch/vendor/github.com/mattn/go-runewidth
Vincent Batts a6dff28c54
go: update modules
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-05-17 14:39:56 -05:00
..
.travis.yml go: update modules 2021-05-17 14:39:56 -05:00
go.mod go: update modules 2021-05-17 14:39:56 -05:00
go.sum go: update modules 2021-05-17 14:39:56 -05:00
go.test.sh go: update modules 2021-05-17 14:39:56 -05:00
LICENSE go: update modules 2021-05-17 14:39:56 -05:00
README.md go: update modules 2021-05-17 14:39:56 -05:00
runewidth.go go: update modules 2021-05-17 14:39:56 -05:00
runewidth_appengine.go go: update modules 2021-05-17 14:39:56 -05:00
runewidth_js.go go: update modules 2021-05-17 14:39:56 -05:00
runewidth_posix.go go: update modules 2021-05-17 14:39:56 -05:00
runewidth_table.go go: update modules 2021-05-17 14:39:56 -05:00
runewidth_windows.go go: update modules 2021-05-17 14:39:56 -05: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