Skip to content

Instantly share code, notes, and snippets.

@gdumitrescu
Created September 24, 2015 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdumitrescu/71381e928fe842185edf to your computer and use it in GitHub Desktop.
Save gdumitrescu/71381e928fe842185edf to your computer and use it in GitHub Desktop.
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