beego / samples

An open source project for beego sample applications.
Apache License 2.0
914 stars 1.25k forks source link

Beego samples

中文文档

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

Installation

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

Samples