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> |
||
|---|---|---|
| .. | ||
| .travis.yml | ||
| LICENSE | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| go.test.sh | ||
| runewidth.go | ||
| runewidth_appengine.go | ||
| runewidth_js.go | ||
| runewidth_posix.go | ||
| runewidth_table.go | ||
| runewidth_windows.go | ||
README.md
go-runewidth
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
