automation-tests/common/vendor/github.com/mattn/go-runewidth
dependabot[bot] 29a92dd9db build(deps): bump github.com/containers/image/v5 from 5.12.0 to 5.13.0
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.12.0 to 5.13.0.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](https://github.com/containers/image/compare/v5.12.0...v5.13.0)

---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 06:46:32 +00:00
..
.travis.yml new libimage package 2021-04-21 11:17:47 +02:00
LICENSE new libimage package 2021-04-21 11:17:47 +02:00
README.md new libimage package 2021-04-21 11:17:47 +02:00
go.mod build(deps): bump github.com/containers/image/v5 from 5.12.0 to 5.13.0 2021-06-16 06:46:32 +00:00
go.sum build(deps): bump github.com/containers/image/v5 from 5.12.0 to 5.13.0 2021-06-16 06:46:32 +00:00
go.test.sh new libimage package 2021-04-21 11:17:47 +02:00
runewidth.go build(deps): bump github.com/containers/image/v5 from 5.12.0 to 5.13.0 2021-06-16 06:46:32 +00:00
runewidth_appengine.go new libimage package 2021-04-21 11:17:47 +02:00
runewidth_js.go new libimage package 2021-04-21 11:17:47 +02:00
runewidth_posix.go new libimage package 2021-04-21 11:17:47 +02:00
runewidth_table.go build(deps): bump github.com/containers/image/v5 from 5.12.0 to 5.13.0 2021-06-16 06:46:32 +00:00
runewidth_windows.go new libimage package 2021-04-21 11:17:47 +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