Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 670 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 670 Bytes

Golang (Go) Vagrant Build with Ubuntu 16.04

This is repo is for Episode 1 of the Golang Tutorials.

Prerequisites:

  1. VirtualBox - https://www.virtualbox.org/wiki/Downloads
  2. Vagrant - https://www.vagrantup.com/downloads.html

How to use:

  1. Clone the repo
  2. From your shell (Linux / Mac) or PowerShell (Windows) cd to the appropriate folder
  3. type: vagrant up
  4. Once the setup is complete then type: vagrant ssh -- this will ssh you into the commandline of the vagrant box
  5. type: cd /vagrant/workspace
  6. type: go run main.go -- This should return the following: Hello world!

##Youtube Tutorial https://www.youtube.com/watch?v=dZHbhZqdFWY&t=18s