mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:26:40 +00:00
7 lines
90 B
Bash
7 lines
90 B
Bash
#
|
|
# Go (golang) environment setup.
|
|
#
|
|
|
|
export GOPATH="$HOME/.go"
|
|
path_append "$GOPATH/bin"
|