mirror of
https://github.com/containers/skopeo.git
synced 2025-08-23 00:36:10 +00:00
Resolves: CVE-2022-41723 Ref: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-41723 bumped golang to 1.17 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org> |
||
---|---|---|
.. | ||
.travis.yml | ||
go.test.sh | ||
LICENSE | ||
README.md | ||
runewidth_appengine.go | ||
runewidth_js.go | ||
runewidth_posix.go | ||
runewidth_table.go | ||
runewidth_windows.go | ||
runewidth.go |
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