skopeo/vendor/github.com/mattn/go-runewidth
George Jenkins 61b62f9e93 Enable 'OptimizeDestinationImageAlreadyExists' feature
Signed-off-by: George Jenkins <gjenkins8@bloomberg.net>
2021-02-24 12:39:09 +01:00
..
.travis.yml vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
go.mod Enable 'OptimizeDestinationImageAlreadyExists' feature 2021-02-24 12:39:09 +01:00
go.sum Enable 'OptimizeDestinationImageAlreadyExists' feature 2021-02-24 12:39:09 +01:00
go.test.sh vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
LICENSE vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
README.md vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
runewidth_appengine.go vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
runewidth_js.go vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
runewidth_posix.go vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
runewidth_table.go vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
runewidth_windows.go vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
runewidth.go Enable 'OptimizeDestinationImageAlreadyExists' feature 2021-02-24 12:39:09 +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