Skip to content

Instantly share code, notes, and snippets.

View jakobhviid's full-sized avatar

Jakob Hviid, PhD jakobhviid

View GitHub Profile
@molivier
molivier / gist:271bba5d67de1583a8e3
Last active January 3, 2024 09:57
Set $GOPATH on Mac OSX : bash_profile
# Edit ~/.bash_profile
export GOPATH=/Users/$USER/go
export PATH=$GOPATH/bin:$PATH
# Reload profile : source ~/.bash_profile