boltbrowser/vendor/github.com/mattn/go-runewidth
Brian Buller 97cc915452 Vendored Dependencies
Also removed some commented out code
2017-08-30 08:55:08 -05:00
..
.travis.yml Vendored Dependencies 2017-08-30 08:55:08 -05:00
LICENSE Vendored Dependencies 2017-08-30 08:55:08 -05:00
README.mkd Vendored Dependencies 2017-08-30 08:55:08 -05:00
runewidth.go Vendored Dependencies 2017-08-30 08:55:08 -05:00
runewidth_js.go Vendored Dependencies 2017-08-30 08:55:08 -05:00
runewidth_posix.go Vendored Dependencies 2017-08-30 08:55:08 -05:00
runewidth_windows.go Vendored Dependencies 2017-08-30 08:55:08 -05: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