beego website
- Get source code:
go get github.com/beego/website
- Get
beedocandbeeblogto 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