Created
March 7, 2020 08:54
-
-
Save faizzed/be740a99f98d79579f5dff0b9481e15b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
# setting compound GOPATH @ ~/.bashrc | |
# 3rd party libraries | |
export GOPATH=~/go/lib | |
export PATH=$PATH:$GOPATH/bin | |
# personal workspace | |
export GOPATH=$GOPATH:~/go/projects | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment