Skip to content
/ goenv Public
forked from ntmartin/goenv

Set up an environment for your Go project

Notifications You must be signed in to change notification settings

3m0W33D/goenv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Set up an environment for your Go project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Makefile 0.4%