route/vendor/github.com/mattn/go-runewidth
Cadey Ratio 50c1deaa7d
change from vendor to dep
2017-10-06 08:29:20 -07:00
..
.travis.yml change from vendor to dep 2017-10-06 08:29:20 -07:00
LICENSE change from vendor to dep 2017-10-06 08:29:20 -07:00
README.mkd change from vendor to dep 2017-10-06 08:29:20 -07:00
runewidth.go change from vendor to dep 2017-10-06 08:29:20 -07:00
runewidth_js.go vendor: add tablewriter 2017-04-28 22:11:24 -07:00
runewidth_posix.go vendor: add tablewriter 2017-04-28 22:11:24 -07:00
runewidth_test.go change from vendor to dep 2017-10-06 08:29:20 -07:00
runewidth_windows.go vendor: add tablewriter 2017-04-28 22:11:24 -07:00

README.mkd

go-runewidth

Build Status Coverage Status 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