logginghandler/vendor/github.com/mattn/go-runewidth
Marvin Preuss d095180eb4
All checks were successful
continuous-integration/drone/push Build is passing
build: uses go modules for tool handling
2022-01-14 13:51:56 +01:00
..
.travis.yml build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
go.mod build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
go.test.sh build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
LICENSE build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
README.md build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
runewidth_appengine.go build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
runewidth_js.go build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
runewidth_posix.go build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
runewidth_table.go build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
runewidth_windows.go build: uses go modules for tool handling 2022-01-14 13:51:56 +01:00
runewidth.go build: uses go modules for tool handling 2022-01-14 13:51:56 +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