From 57f0e136b263266ac21e7ae3b7de6acd5231a563 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Tue, 20 Jan 2015 08:47:46 +0100 Subject: bashrc: set the GOROOT_BOOTSTRAP env. variable for now. --- bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index c2cf1e1..f65b4c3 100644 --- a/bashrc +++ b/bashrc @@ -72,6 +72,7 @@ export CC=/usr/bin/clang export CXX=/usr/bin/clang++ # Go things +export GOROOT_BOOTSTRAP=/opt/go1.4 export GOROOT=$HOME/Projects/go export GOPATH=$HOME/Projects/golang export PATH=$HOME/Projects/golang/bin:$HOME/Projects/go/bin:$PATH -- cgit v1.2.3