Skip to content

skudasov/vagrant-golang-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-golang

Vagrantfile to take and run Go projects with. It assumes that the Vagrantfile is in the root of a Go project, and the Go project is located in a valid GOPATH.

For example this repository is cloned into $GOPATH/src/github.com/brancz/vagrant-golang. Then after running

vagrant up

it ensures, that the project is also correctly located at /home/ubuntu/go/src/github.com/brancz/vagrant-golang inside of the virtual machine.

About

Vagrantfile for quick golang development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%