spiegel_podman/vendor/github.com/mattn/go-runewidth
Daniel J Walsh 310eae4ba4
Switch all builds to pull-never
Fixes: https://github.com/containers/buildah/issues/2779

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-03-16 06:19:58 -04:00
..
.travis.yml compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
go.mod Switch all builds to pull-never 2021-03-16 06:19:58 -04:00
go.sum Switch all builds to pull-never 2021-03-16 06:19:58 -04:00
go.test.sh compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
LICENSE compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
README.md compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
runewidth.go Switch all builds to pull-never 2021-03-16 06:19:58 -04:00
runewidth_appengine.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
runewidth_js.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
runewidth_posix.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
runewidth_table.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
runewidth_windows.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02: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