Go and Beego Development

1. Beego wiki in en and cn

https://beego.me/

For API development:

https://beego.me/blog/beego_api

2. Go get to import library

go get github.com/hashicorp/consul/api

3. Go get config the proxy

 ~/.gitconfig proxy

[http]

    proxy = http://127.0.0.1:8118

原文地址:https://www.cnblogs.com/mhc-fly/p/7337613.html