This is an example showing how to set up a Vagrant environment for Go (golang) development. Using hashicorp/precise64 because it works with them most providers.
- Install Vagrant
- Copy the Vagrantfile and bootstrap.sh from this repository into your project
- Change the PROJECT_REPOSITORY line from the address of this project to your own (even if you don't plan on putting your project into a public repo, it's still important that you make something up for Go to work properly)
- Run
vagrant up - Enjoy