diff --git a/CodeTools.md b/CodeTools.md index 01d94afc..323425cd 100644 --- a/CodeTools.md +++ b/CodeTools.md @@ -2,7 +2,7 @@ An overview of tools that will help improve your Go code ## 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 diff --git a/SuccessStories.md b/SuccessStories.md index 10d5add6..1f270811 100644 --- a/SuccessStories.md +++ b/SuccessStories.md @@ -1,5 +1,6 @@ # 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) * [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) @@ -35,4 +36,4 @@ * [Go at Heroku](http://blog.golang.org/2011/04/go-at-heroku.html) * [Go at Basecamp](https://signalvnoise.com/posts/3897-go-at-basecamp) -See also [[GoUsers]]. \ No newline at end of file +See also [[GoUsers]].