Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1011 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 1011 Bytes

goenv - Set up a Golang environment

Fork of the original goenv. Fixed for python3 and added activate scripted based on virtualenv from python

Installation

Currently goenv is written in python, so installation is not a simple pip install away:

$ sudo pip install git+https://github.com/3m0W33D/goenv.git

Usage

$ cd /path/to
$ goenv project
$ source project/bin/activate

# specify Golang version
$ goenv project --go-version 1.1
Downloading http://go.googlecode.com/files/go1.1.linux-amd64.tar.gz