7 lines
133 B
Bash
7 lines
133 B
Bash
export GOPATH="${HOME}/.go"
|
|
PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest"
|
|
path=(
|
|
$GOPATH
|
|
$PSQLAPP
|
|
$path)
|