Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Tom Hite 2013-09-03 18:13:27 -05:00
commit 37f64c9541
1 changed files with 3 additions and 0 deletions

View File

@ -90,3 +90,6 @@ $ bin/packer
You can run tests by typing `make test`. You can run tests by typing `make test`.
This will run tests for Packer core along with all the core builders and commands and such that come with Packer. This will run tests for Packer core along with all the core builders and commands and such that come with Packer.
If you make any changes to the code, run `make format` in order to automatically
format the code according to Go standards.