Rachel Williams d8ebde37ca TUN-3201: Create base cloudflared UI structure il y a 4 ans
..
.travis.yml d8ebde37ca TUN-3201: Create base cloudflared UI structure il y a 4 ans
LICENSE d8ebde37ca TUN-3201: Create base cloudflared UI structure il y a 4 ans
README.md d8ebde37ca TUN-3201: Create base cloudflared UI structure il y a 4 ans
go.mod d8ebde37ca TUN-3201: Create base cloudflared UI structure il y a 4 ans
go.test.sh d8ebde37ca TUN-3201: Create base cloudflared UI structure il y a 4 ans
runewidth.go d8ebde37ca TUN-3201: Create base cloudflared UI structure il y a 4 ans
runewidth_appengine.go d8ebde37ca TUN-3201: Create base cloudflared UI structure il y a 4 ans
runewidth_js.go d8ebde37ca TUN-3201: Create base cloudflared UI structure il y a 4 ans
runewidth_posix.go d8ebde37ca TUN-3201: Create base cloudflared UI structure il y a 4 ans
runewidth_table.go d8ebde37ca TUN-3201: Create base cloudflared UI structure il y a 4 ans
runewidth_windows.go d8ebde37ca TUN-3201: Create base cloudflared UI structure il y a 4 ans

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