wg-quicker/vendor/github.com/mattn/go-runewidth
2022-01-07 20:20:48 +01:00
..
.travis.yml build: managing tools in go modules 2022-01-07 20:20:48 +01:00
go.mod build: managing tools in go modules 2022-01-07 20:20:48 +01:00
go.test.sh build: managing tools in go modules 2022-01-07 20:20:48 +01:00
LICENSE build: managing tools in go modules 2022-01-07 20:20:48 +01:00
README.md build: managing tools in go modules 2022-01-07 20:20:48 +01:00
runewidth_appengine.go build: managing tools in go modules 2022-01-07 20:20:48 +01:00
runewidth_js.go build: managing tools in go modules 2022-01-07 20:20:48 +01:00
runewidth_posix.go build: managing tools in go modules 2022-01-07 20:20:48 +01:00
runewidth_table.go build: managing tools in go modules 2022-01-07 20:20:48 +01:00
runewidth_windows.go build: managing tools in go modules 2022-01-07 20:20:48 +01:00
runewidth.go build: managing tools in go modules 2022-01-07 20:20:48 +01: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