diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2015-01-20 08:47:46 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2015-01-20 08:47:46 +0100 |
| commit | 57f0e136b263266ac21e7ae3b7de6acd5231a563 (patch) | |
| tree | abea6c25bd1fda565f5e046f4220640c3c7ccf6e | |
| parent | be1c5a991ba4cc86301a1e8a0fa5c657c9009330 (diff) | |
| download | dotfiles-57f0e136b263266ac21e7ae3b7de6acd5231a563.tar.gz dotfiles-57f0e136b263266ac21e7ae3b7de6acd5231a563.zip | |
bashrc: set the GOROOT_BOOTSTRAP env. variable for now.
| -rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
