automation-tests/common/vendor/github.com/mattn/go-runewidth
Daniel J Walsh 17e1cd1412 Vendor in latest containers/(storage,image,ocicrypt)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-01-16 07:32:45 -05:00
..
LICENSE new libimage package 2021-04-21 11:17:47 +02:00
README.md Vendor in latest containers/(storage,image,ocicrypt) 2023-01-16 07:32:45 -05:00
runewidth.go Vendor in latest containers/(storage,image,ocicrypt) 2023-01-16 07:32:45 -05:00
runewidth_appengine.go Vendor in latest containers/(storage,image,ocicrypt) 2023-01-16 07:32:45 -05:00
runewidth_js.go Vendor in latest containers/(storage,image,ocicrypt) 2023-01-16 07:32:45 -05:00
runewidth_posix.go Vendor in latest containers/(storage,image,ocicrypt) 2023-01-16 07:32:45 -05: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 Vendor in latest containers/(storage,image,ocicrypt) 2023-01-16 07:32:45 -05: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