terraform/scripts
Paul Hinze 6791172e21 build.sh: don't dive into vendored deps when building
Doing a straight `./...`  build results in errors from unvendored
package references being picked up in some vendored libraries'
`examples/` subdirs.

So we'll switch to the recommended `go list | grep -v /vendor/` strategy
to determine what to build.
2016-02-01 11:28:41 -06:00
..
build.sh build.sh: don't dive into vendored deps when building 2016-02-01 11:28:41 -06:00
dist.sh update scripts/dest.sh to create a sig file 2015-11-24 09:21:41 -06:00
gofmtcheck.sh Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
travis.sh Add script for running tests in Travis 2015-12-22 11:27:04 -05:00