2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-18 15:25:31 +00:00
cointop/vendor/github.com/mattn/go-runewidth
Stephen Gregoratto 3ec497b96f
Transfer from dep to go modules.
Also update vendored packages while we're at it.
2018-12-26 19:55:08 +11:00
..
.travis.yml dep ensure 2018-04-26 01:07:36 -07:00
LICENSE dep ensure 2018-04-26 01:07:36 -07:00
README.mkd dep ensure 2018-04-26 01:07:36 -07:00
runewidth_appengine.go Transfer from dep to go modules. 2018-12-26 19:55:08 +11:00
runewidth_js.go Transfer from dep to go modules. 2018-12-26 19:55:08 +11:00
runewidth_posix.go Transfer from dep to go modules. 2018-12-26 19:55:08 +11:00
runewidth_windows.go Transfer from dep to go modules. 2018-12-26 19:55:08 +11:00
runewidth.go Transfer from dep to go modules. 2018-12-26 19:55:08 +11:00

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