GO :
.
βββ bin
βββ go (GO)
βββ src
βββ revel.project
β βββ app
β β βββ controllers
β β βββ models
β β βββ routes
β β βββ tmp
β β βββ views
β β βββ admin
β β βββ App
β β βββ errors
β β βββ users
β βββ conf
β βββ messages
β βββ public
β β βββ css
β β β βββ administrator
β β βββ img
β β βββ js
β β βββ uploads
β β βββ 1
β βββ resources
β βββ scripts
β βββ test-results
β βββ tests
βββ code.google.com
βββ github.com
β βββ revel
β β βββ cmd
β β βββ modules
β β βββ revel
, .
export GOARCH=amd64
export GOPATH=~/go
export GOBIN=~/go/go/bin
export GOROOT=~/go/go
export PATH=$PATH:$GOPATH/go/bin
export GOTOOLDIR=~/go/go/pkg/tool/linux_amd64
export CC="gcc"
export GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
export CXX=g++
export CGO_ENABLED=1
~ - (Bash Gnu Linux)