Merge pull request #140 from asaskevich/patch-1

Update README.md
This commit is contained in:
Thiago Avelino 2014-07-20 16:16:10 -03:00
commit 92ecf44019

View File

@ -375,6 +375,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection). * [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. * [yaml](https://bitbucket.org/zombiezen/yaml) - Implements a YAML 1.2 parser in Go.
* Utility * Utility
* [govalidator](https://github.com/asaskevich/govalidator) - package of string validators and sanitizers for Go lang.
## Third-party APIs ## Third-party APIs