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