Skip to content

Instantly share code, notes, and snippets.

@gdumitrescu
Created September 24, 2015 07:10
Embed
What would you like to do?
golang tools setup
#!/usr/bin/env bash
// dependencies
go get github.com/tools/godep
// go get github.com/constabulary/gb/...
// testing
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega
// building
go get github.com/pilu/fresh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment