Search Gear #1 – Go, IDE, VCS, TDD, Doc, CI
Go (http://golang.org/) Editors, Version Control, Test Driven Development, Documentation, and Continuous Integration. So if we’ve decided that Testing is cool: http://www.markbernstein.org/Apr14/Driven.html http://www.rbcs-us.com/documents/Why-Most-Unit-Testing-is-Waste.pdf Then the resources to look at for ‘Go’ are at: http://blog.stretchr.com/2014/03/05/test-driven-development-specifically-in-golang/ https://jmcvetta.github.io/blog/2013/08/30/continuous-integration-for-go-code/ http://golang.org/pkg/testing/ http://go-lang.cat-v.org/text-editors/ http://geekmonkey.org/articles/20-comparison-of-ides-for-google-go https://app.wercker.com/#explore http://www.golanglab.com/ So I’m tempted to use LiteIDE (https://code.google.com/p/golangide/) and I’ve downloaded it, but maybe this is more…
