karmada/vendor/github.com/mattn/go-runewidth
RainbowMango c0515acf81 Update Kubernetes dependencies to v1.26.1
Update controller-runtime to 0.14.2
Update cluster-api to latest commit

Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-01-29 18:08:19 +08:00
..
LICENSE add update-lifted and verify-lifted 2022-05-12 10:43:35 +08:00
README.md Update Kubernetes dependencies to v1.26.1 2023-01-29 18:08:19 +08:00
runewidth.go Update Kubernetes dependencies to v1.26.1 2023-01-29 18:08:19 +08:00
runewidth_appengine.go Update Kubernetes dependencies to v1.26.1 2023-01-29 18:08:19 +08:00
runewidth_js.go Update Kubernetes dependencies to v1.26.1 2023-01-29 18:08:19 +08:00
runewidth_posix.go Update Kubernetes dependencies to v1.26.1 2023-01-29 18:08:19 +08:00
runewidth_table.go add update-lifted and verify-lifted 2022-05-12 10:43:35 +08:00
runewidth_windows.go Update Kubernetes dependencies to v1.26.1 2023-01-29 18:08:19 +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