From 111882646aff9db0923fe006a6d1f80db65fe0ca Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 15 Jul 2014 19:06:08 +0900 Subject: [PATCH] Add go-runewidth --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d24d22e..c1fbcb3 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-pkg-rss](https://github.com/jteeuwen/go-pkg-rss) - This package reads RSS and Atom feeds and provides a caching mechanism that adheres to the feed specs. * [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions. * [GoQuery](https://github.com/PuerkitoBio/goquery) - GoQuery brings a syntax and a set of features similar to jQuery to the Go language. + * [go-runewidth](https://github.com/mattn/go-runewidth) - Functions to get fixed width of the character or string. * [slug](https://github.com/gosimple/slug) - URL-friendly slugify with multiple languages support. * [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection). * [yaml](https://bitbucket.org/zombiezen/yaml) - Implements a YAML 1.2 parser in Go.