podman/vendor/github.com/mattn/go-runewidth
dependabot[bot] 6b187e4458
Bump github.com/vbauerster/mpb/v6 from 6.0.3 to 6.0.4
Bumps [github.com/vbauerster/mpb/v6](https://github.com/vbauerster/mpb) from 6.0.3 to 6.0.4.
- [Release notes](https://github.com/vbauerster/mpb/releases)
- [Commits](https://github.com/vbauerster/mpb/compare/v6.0.3...v6.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 06:50:18 +00:00
..
.travis.yml 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
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
runewidth.go Bump github.com/vbauerster/mpb/v6 from 6.0.3 to 6.0.4 2021-05-19 06:50:18 +00: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 Bump github.com/vbauerster/mpb/v6 from 6.0.3 to 6.0.4 2021-05-19 06:50:18 +00:00
runewidth_windows.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00

README.md

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