beego - An Amazing Website
- Get source code:
go get github.com/beego/website
- Get
beedoc
andbeeblog
to build contents:
cd $GOPATH/src/github.com/beego/website
git clone https://github.com/beego/beedoc
git clone https://github.com/beego/beeblog
- Compile:
go build main.go
run website
and visit http://localhost:8082