Merge pull request #177 from avelino/remove-inactive-unfinished-package

Remove bitbucket.org/zombiezen/yaml package.
This commit is contained in:
Thiago Avelino 2014-09-19 11:22:21 -03:00
commit 11d5b99c13

View File

@ -422,7 +422,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [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.
* Utility
* [govalidator](https://github.com/asaskevich/govalidator) - package of string validators and sanitizers for Go lang.