garm/vendor/github.com/mattn/go-runewidth
Gabriel Adrian Samfira bbbe67bf7c Vendor packages and add Makefile
* Vendors packages
  * Adds a Makefile that uses docker to build a static binary against musl
using alpine linux.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2022-06-30 10:20:32 +00:00
..
.travis.yml Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
go.test.sh Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
LICENSE Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
README.md Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
runewidth.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
runewidth_appengine.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
runewidth_js.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
runewidth_posix.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
runewidth_table.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
runewidth_windows.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00

go-runewidth

Build Status Codecov 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