workgroups/vendor/github.com/mattn/go-runewidth
Marvin Preuss 1d4ae27878
All checks were successful
continuous-integration/drone/push Build is passing
ci: drone yaml with reusable anchors
2021-09-24 17:34:17 +02:00
..
.travis.yml ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
go.test.sh ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
LICENSE ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
README.md ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
runewidth_appengine.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
runewidth_js.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
runewidth_posix.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
runewidth_table.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
runewidth_windows.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
runewidth.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +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