golang tools setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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