You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/mattn/go-runewidth
Adrien Delorme ed091163be
HCL2 Parse packer.required_plugins block + packer init (#10304)
5 years ago
..
.travis.yml HCL2 Parse packer.required_plugins block + packer init (#10304) 5 years ago
LICENSE Add tablewriter package 8 years ago
README.md HCL2 Parse packer.required_plugins block + packer init (#10304) 5 years ago
go.mod HCL2 Parse packer.required_plugins block + packer init (#10304) 5 years ago
go.sum HCL2 Parse packer.required_plugins block + packer init (#10304) 5 years ago
go.test.sh HCL2 Parse packer.required_plugins block + packer init (#10304) 5 years ago
runewidth.go HCL2 Parse packer.required_plugins block + packer init (#10304) 5 years ago
runewidth_appengine.go Use the hashicorp/go-getter to download files 7 years ago
runewidth_js.go Use the hashicorp/go-getter to download files 7 years ago
runewidth_posix.go HCL2 Parse packer.required_plugins block + packer init (#10304) 5 years ago
runewidth_table.go HCL2 Parse packer.required_plugins block + packer init (#10304) 5 years ago
runewidth_windows.go Use the hashicorp/go-getter to download files 7 years ago

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