GOLANG_PATH="/usr/lib/go/bin"
export GOPATH="$HOME/src/go"

path=(
    $GOPATH
    $GOLANG_PATH
    $path)
# vim: syn=zsh