edwinHakked / vagga-for-golang

The vagga.yaml for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagga for GoLang

This repo contains the vagga.yaml for having a golang development environment.

Requirement

You need to have Vagga installed.

If you are on ubuntu:

$ echo 'deb [arch=amd64 trusted=yes] https://ubuntu.zerogw.com vagga main' | sudo tee /etc/apt/sources.list.d/vagga.list
$ sudo apt-get update
$ sudo apt-get install vagga

Usage

To run GO command

$ vagga go

To run glide command

$ vagga glide

About

The vagga.yaml for golang

License:MIT License