#Profile to use the go compiler on maemo
export GOROOT=/opt/go
export GOOS=linux
export GOARCH=arm
export GOBIN=/opt/go/bin
export GOPKG=/opt/go/pkg
PATH=$PATH:$GOBIN
