skopeo/vendor/github.com/mattn/go-runewidth
renovate[bot] 38e29cdfb6
fix(deps): update module github.com/containers/image/v5 to v5.32.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 21:15:04 +00:00
..
LICENSE vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
README.md Update c/image after https://github.com/containers/image/pull/1787 2023-01-14 13:33:00 +01:00
runewidth_appengine.go Update c/image after https://github.com/containers/image/pull/1787 2023-01-14 13:33:00 +01:00
runewidth_js.go Update c/image after https://github.com/containers/image/pull/1787 2023-01-14 13:33:00 +01:00
runewidth_posix.go Update c/image after https://github.com/containers/image/pull/1787 2023-01-14 13:33:00 +01:00
runewidth_table.go fix(deps): update module github.com/containers/image/v5 to v5.32.1 2024-08-09 21:15:04 +00:00
runewidth_windows.go Update c/image after https://github.com/containers/image/pull/1787 2023-01-14 13:33:00 +01:00
runewidth.go Update c/image after https://github.com/containers/image/pull/1787 2023-01-14 13:33:00 +01: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