golang开发笔记
golang web框架汇总
https://github.com/gin-gonic/gin <= https://github.com/go-martini/martini
https://github.com/astaxie/beego
https://github.com/labstack/echo
https://github.com/mingrammer/go-web-framework-stars
golang 代理设置
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct
ralated:
https://dev.to/maelvls/why-is-go111module-everywhere-and-everything-about-go-modules-24k
https://github.com/golang/go/issues/31997
working directory is not part of a module 问题处理
go mod init
本文采用 知识共享署名 4.0 国际许可协议 进行许可