garm/vendor/github.com/mattn/go-runewidth
Gabriel Adrian Samfira c61b7fd268
Update go modules
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-03-12 16:22:37 +02:00
..
LICENSE Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
README.md Update go modules 2023-03-12 16:22:37 +02:00
runewidth.go Update go modules 2023-03-12 16:22:37 +02:00
runewidth_appengine.go Update go modules 2023-03-12 16:22:37 +02:00
runewidth_js.go Update go modules 2023-03-12 16:22:37 +02:00
runewidth_posix.go Update go modules 2023-03-12 16:22:37 +02:00
runewidth_table.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
runewidth_windows.go Update go modules 2023-03-12 16:22:37 +02: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