kata-containers/tests/vendor/github.com/mattn/go-runewidth
Aurélien Bombo b965fe8239 tests: Run go mod vendor
`go mod tidy` was a no-op.

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
2025-03-14 18:00:36 +00:00
..
.travis.yml tests: Run go mod vendor 2025-03-14 18:00:36 +00:00
go.test.sh tests: Run go mod vendor 2025-03-14 18:00:36 +00:00
LICENSE tests: Run go mod vendor 2025-03-14 18:00:36 +00:00
README.md tests: Run go mod vendor 2025-03-14 18:00:36 +00:00
runewidth_appengine.go tests: Run go mod vendor 2025-03-14 18:00:36 +00:00
runewidth_js.go tests: Run go mod vendor 2025-03-14 18:00:36 +00:00
runewidth_posix.go tests: Run go mod vendor 2025-03-14 18:00:36 +00:00
runewidth_table.go tests: Run go mod vendor 2025-03-14 18:00:36 +00:00
runewidth_windows.go tests: Run go mod vendor 2025-03-14 18:00:36 +00:00
runewidth.go tests: Run go mod vendor 2025-03-14 18:00:36 +00:00

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