piframe-go/vendor/github.com/mattn/go-runewidth
KemoNine a616ac6c56 Update vendoring for new ui 2020-08-28 15:19:36 -04:00
..
.travis.yml Update vendoring for new ui 2020-08-28 15:19:36 -04:00
LICENSE Update vendoring for new ui 2020-08-28 15:19:36 -04:00
README.md Update vendoring for new ui 2020-08-28 15:19:36 -04:00
go.mod Update vendoring for new ui 2020-08-28 15:19:36 -04:00
go.test.sh Update vendoring for new ui 2020-08-28 15:19:36 -04:00
runewidth.go Update vendoring for new ui 2020-08-28 15:19:36 -04:00
runewidth_appengine.go Update vendoring for new ui 2020-08-28 15:19:36 -04:00
runewidth_js.go Update vendoring for new ui 2020-08-28 15:19:36 -04:00
runewidth_posix.go Update vendoring for new ui 2020-08-28 15:19:36 -04:00
runewidth_table.go Update vendoring for new ui 2020-08-28 15:19:36 -04:00
runewidth_windows.go Update vendoring for new ui 2020-08-28 15:19:36 -04: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