mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 10:21:20 -05:00
noticed many unrelated changes being added to patches because of gofmt.
ran `find . -not -path "./vendor/*" -name "*.go" -exec gofmt -w {} \;`
|
||
|---|---|---|
| .. | ||
| test-fixtures | ||
| build.go | ||
| build_test.go | ||
| command_test.go | ||
| fix.go | ||
| fix_test.go | ||
| inspect.go | ||
| meta.go | ||
| plugin.go | ||
| push.go | ||
| push_test.go | ||
| validate.go | ||
| validate_test.go | ||
| version.go | ||
| version_test.go | ||