cri-o/vendor/github.com/mattn/go-runewidth
Antonio Murdaca 148e72d81e
vendor: remove dep and use vndr
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-06-07 00:04:21 +02: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_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