Fix formatting err, add repustate

Jason Buberel 2015-09-12 15:24:14 -07:00
parent 92cc542a0e
commit 75a9fb1bcd
2 changed files with 3 additions and 2 deletions

@ -2,7 +2,7 @@ An overview of tools that will help improve your Go code
## All-in-one ## All-in-one
-[gometalinter](https://github.com/alecthomas/gometalinter) - Automates the installation, configuration and application of `gofmt`, `golint`, `govet` and several other code validation tools. - [gometalinter](https://github.com/alecthomas/gometalinter) - Automates the installation, configuration and application of `gofmt`, `golint`, `govet` and several other code validation tools.
## Code Formatting ## Code Formatting

@ -1,5 +1,6 @@
# Go success stories from around the web # Go success stories from around the web
* [From Python to Go: Migrating our entire API](https://blog.repustate.com/migrating-entire-api-go-python/)
* [The Reliability of Go](http://andrewwdeane.blogspot.de/2013/05/the-reliability-of-go.html) * [The Reliability of Go](http://andrewwdeane.blogspot.de/2013/05/the-reliability-of-go.html)
* [A Go Redirection Service](http://blog.dnsimple.com/a-golang-redirection-service/) * [A Go Redirection Service](http://blog.dnsimple.com/a-golang-redirection-service/)
* [pool.ntp.org DNS server in Go](http://news.ntppool.org/2012/10/new-dns-server.html) * [pool.ntp.org DNS server in Go](http://news.ntppool.org/2012/10/new-dns-server.html)
@ -35,4 +36,4 @@
* [Go at Heroku](http://blog.golang.org/2011/04/go-at-heroku.html) * [Go at Heroku](http://blog.golang.org/2011/04/go-at-heroku.html)
* [Go at Basecamp](https://signalvnoise.com/posts/3897-go-at-basecamp) * [Go at Basecamp](https://signalvnoise.com/posts/3897-go-at-basecamp)
See also [[GoUsers]]. See also [[GoUsers]].