cri-o/vendor/github.com/mattn/go-runewidth
Mrunal Patel 8e5b17cf13 Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-01-31 16:45:59 -08:00
..
.travis.yml Build and install from GOPATH 2017-01-17 12:09:09 -08:00
README.mkd Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
runewidth.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
runewidth_js.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
runewidth_posix.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
runewidth_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
runewidth_windows.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00

go-runewidth

Build Status Coverage Status GoDoc

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