This is mainly for beego sample applications, you can either study how to use beego through this project, play around with it, open an issue to tell us what sample you expect, or even pull request with a sample.
Updated for beego v1.6
Install beego
In github, Fork https://github.com/beego/samples
# you should have set up your GOPATH by now
cd $GOPATH/src
# now clone your forked repo.
git clone https://github.com/yourname/samples