Files
buildx/vendor/github.com/mattn/go-runewidth
Thomas Way cd95d32bb6 imagetools: use docker/cli formatting
Use the formatting packages provided by docker/cli to comply with the official
formatting documentation.

https://docs.docker.com/config/formatting/

The use of the official formatting packages also fixes the format templating.

Fixes: #1175

Signed-off-by: Thomas Way <thomas@6f.io>
2023-06-14 19:47:45 +01:00
..
2023-06-14 19:47:45 +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