5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 12:32:30 +00:00
matterbridge/vendor/github.com/mattn/go-runewidth
2020-03-01 22:19:33 +01:00
..
.travis.yml Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
go.mod Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
LICENSE Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
README.mkd Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
runewidth_appengine.go Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
runewidth_js.go Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
runewidth_posix.go Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
runewidth_table.go Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
runewidth_windows.go Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
runewidth.go Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00

go-runewidth

Build Status Coverage Status 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