expvarmon/vendor/github.com/mattn/go-runewidth
Ivan Danyliuk 8bf297f0fa
Vendor termui package due to constant API breaks :/
2019-02-04 13:30:27 +01:00
..
.travis.yml Vendor termui package due to constant API breaks :/ 2019-02-04 13:30:27 +01:00
LICENSE Vendor termui package due to constant API breaks :/ 2019-02-04 13:30:27 +01:00
README.mkd Vendor termui package due to constant API breaks :/ 2019-02-04 13:30:27 +01:00
runewidth.go Vendor termui package due to constant API breaks :/ 2019-02-04 13:30:27 +01:00
runewidth_appengine.go Vendor termui package due to constant API breaks :/ 2019-02-04 13:30:27 +01:00
runewidth_js.go Vendor termui package due to constant API breaks :/ 2019-02-04 13:30:27 +01:00
runewidth_posix.go Vendor termui package due to constant API breaks :/ 2019-02-04 13:30:27 +01:00
runewidth_windows.go Vendor termui package due to constant API breaks :/ 2019-02-04 13:30:27 +01: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