mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
noticed many unrelated changes being added to patches because of gofmt.
ran `find . -not -path "./vendor/*" -name "*.go" -exec gofmt -w {} \;`