/golang-vagrant

Vagrant Development Environment for GoLang.

Primary LanguageGoMIT LicenseMIT

Vagrant Virtual Development Environment for GoLang

Install Vagrant

Note: If you're using a Windows Host, you'll also want to install Git for Windows.

Fork this repository on Github.

Clone this fork of the golang-vagrant respository to a directory on your host machine:

host $ git clone https://github.com/<your-github-username-here>/golang-vagrant.git
host $ cd xtuple-dashboard

Connect to the Virtual Machine

Start the virtual machine:

host $ vagrant up

Connect to the virtual machine via ssh:

host $ vagrant ssh

Try it out!

guest $ cd dev
guest $ go run pi.go