Loading

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

https://goproxy.cn/

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
posted @ 2020-10-19 16:28  wswind  阅读(736)  评论(0编辑  收藏  举报