packer-cn/vendor/github.com/mattn/go-runewidth
유성덕 9c72875076 Add tablewriter package 2018-01-14 16:08:06 +09:00
..
LICENSE Add tablewriter package 2018-01-14 16:08:06 +09:00
README.mkd Add tablewriter package 2018-01-14 16:08:06 +09:00
runewidth.go Add tablewriter package 2018-01-14 16:08:06 +09:00
runewidth_js.go Add tablewriter package 2018-01-14 16:08:06 +09:00
runewidth_posix.go Add tablewriter package 2018-01-14 16:08:06 +09:00
runewidth_windows.go Add tablewriter package 2018-01-14 16:08:06 +09: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