You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/mattn/go-runewidth
Wim d16645c952
Update mattermost library (#2152)
* Update mattermost library

* Fix linting
4 months ago
..
LICENSE Add initial Microsoft Teams support 5 years ago
README.md Update mattermost library (#2152) 4 months ago
runewidth.go Update mattermost library (#2152) 4 months ago
runewidth_appengine.go Update mattermost library (#2152) 4 months ago
runewidth_js.go Update mattermost library (#2152) 4 months ago
runewidth_posix.go Update mattermost library (#2152) 4 months ago
runewidth_table.go Update vendor 3 years ago
runewidth_windows.go Update mattermost library (#2152) 4 months ago

README.md

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