Merge remote-tracking branch 'upstream/master'

This commit is contained in:
joeybloggs 2015-07-26 21:58:13 -04:00
commit 09206efa4a

View File

@ -666,7 +666,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection).
* Utility
* [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go.
* [govalidator](https://github.com/asaskevich/govalidator) - package of string validators and sanitizers for Go lang.
* [xurls](https://github.com/mvdan/xurls) - Extract urls from text
@ -699,9 +698,9 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [steam](https://github.com/sostronk/go-steam) - Go Library to interact with Steam game servers.
* [stripe](https://github.com/stripe/stripe-go) - Go client for the Stripe API
* [TheMovieDb](https://github.com/jbrodriguez/go-tmdb) - A simple golang package to communicate with [themoviedb.org](https://themoviedb.org)
* [translate](https://github.com/poorny/translate) - Go online translation package
* [tumblr](https://github.com/mattcunningham/gumblr) - Go wrapper for the Tumblr v2 API.
## Utilities
*General utilities and tools to make your life easier.*
@ -749,6 +748,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for validation.*
* [govalidator](https://github.com/asaskevich/govalidator) - Validators and sanitizers for strings, numerics, slices and structs
* [validator](https://github.com/bluesuncorp/validator) - Go Struct and Field validation supporting Cross Field and Cross Struct validation