1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-03 23:26:06 +02:00
gitea/vendor/github.com/mattn/go-runewidth/README.md
techknowlogick 1c3278c2fa
update revive lint to latest commit (#12921)
* update revive lint to latest commit

* make fmt

* change import
2020-09-22 20:02:16 +03:00

788 B
Vendored

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