Skip to content

Instantly share code, notes, and snippets.

@faizzed
Created March 7, 2020 08:54
Show Gist options
  • Save faizzed/be740a99f98d79579f5dff0b9481e15b to your computer and use it in GitHub Desktop.
Save faizzed/be740a99f98d79579f5dff0b9481e15b to your computer and use it in GitHub Desktop.
#! /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