1
0
This repository has been archived on 2023-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
beginning-go/vendor/github.com/mattn/go-runewidth
2017-10-26 10:16:01 -07:00
..
.travis.yml Add gocui dependency to vendor 2017-10-26 10:16:01 -07:00
LICENSE Add gocui dependency to vendor 2017-10-26 10:16:01 -07:00
README.mkd Add gocui dependency to vendor 2017-10-26 10:16:01 -07:00
runewidth_js.go Add gocui dependency to vendor 2017-10-26 10:16:01 -07:00
runewidth_posix.go Add gocui dependency to vendor 2017-10-26 10:16:01 -07:00
runewidth_test.go Add gocui dependency to vendor 2017-10-26 10:16:01 -07:00
runewidth_windows.go Add gocui dependency to vendor 2017-10-26 10:16:01 -07:00
runewidth.go Add gocui dependency to vendor 2017-10-26 10:16:01 -07: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