This is repo is for Episode 1 of the Golang Tutorials.
Prerequisites:
- VirtualBox - https://www.virtualbox.org/wiki/Downloads
- Vagrant - https://www.vagrantup.com/downloads.html
How to use:
- Clone the repo
- From your shell (Linux / Mac) or PowerShell (Windows) cd to the appropriate folder
- type: vagrant up
- Once the setup is complete then type: vagrant ssh -- this will ssh you into the commandline of the vagrant box
- type: cd /vagrant/workspace
- type: go run main.go -- This should return the following: Hello world!
##Youtube Tutorial https://www.youtube.com/watch?v=dZHbhZqdFWY&t=18s