karmada/vendor/github.com/mattn/go-runewidth
yingjinhui 568a22a79e add update-lifted and verify-lifted
Signed-off-by: yingjinhui <yingjinhui@didiglobal.com>
2022-05-12 10:43:35 +08:00
..
.travis.yml add update-lifted and verify-lifted 2022-05-12 10:43:35 +08:00
LICENSE add update-lifted and verify-lifted 2022-05-12 10:43:35 +08:00
README.md add update-lifted and verify-lifted 2022-05-12 10:43:35 +08:00
go.test.sh add update-lifted and verify-lifted 2022-05-12 10:43:35 +08:00
runewidth.go add update-lifted and verify-lifted 2022-05-12 10:43:35 +08:00
runewidth_appengine.go add update-lifted and verify-lifted 2022-05-12 10:43:35 +08:00
runewidth_js.go add update-lifted and verify-lifted 2022-05-12 10:43:35 +08:00
runewidth_posix.go add update-lifted and verify-lifted 2022-05-12 10:43:35 +08:00
runewidth_table.go add update-lifted and verify-lifted 2022-05-12 10:43:35 +08:00
runewidth_windows.go add update-lifted and verify-lifted 2022-05-12 10:43:35 +08:00

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