mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-22 10:22:20 -04:00
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. |
||
|---|---|---|
| .. | ||
| build.sh | ||
| dist.sh | ||
| gofmtcheck.sh | ||
| travis.sh | ||