mirror of
https://github.com/mudler/luet.git
synced 2025-08-27 03:18:36 +00:00
* ⬆️ Bump to go 1.19 as requirement for building Signed-off-by: mudler <mudler@c3os.io> * ⬆️ Update vendor * 🤖 Use go 1.19 in CI * 🤖 Do not pull cover from makefile Signed-off-by: mudler <mudler@c3os.io> * 🤖 Fix permission issues Signed-off-by: mudler <mudler@c3os.io> * 🤖 Adapt test to getcap output changes Signed-off-by: mudler <mudler@c3os.io> --------- Signed-off-by: mudler <mudler@c3os.io> |
||
---|---|---|
.. | ||
.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