热重载 Go 应用的工具文档https://github.com/cosmtrek/airhttps://github.com/cosmtrek/air/blob/master/README-zh_cn.md相似工具 https://github.com/gravityblast/fresh安装依赖go mod init go-gi...
Go中的命名规范1.命名规范#1.1 Go是一门区分大小写的语言。命名规则涉及变量、常量、全局函数、结构、接口、方法等的命名。 Go语言从语法层面进行了以下限定:任何需要对外暴露的名字必须以大写字母开头,不需要对外...
VSCode eslint 配置{ "workbench.startupEditor": "newUntitledFile", "workbench.statusBar.visible": true, ...
golang 包搜索: https://pkg.go.dev代理: https://goproxy.cn学习网址: https://www.topgoer.com/ Golang标准库文档https://studygolang.com/pkgdoc gorm: https://gorm.io/beego:https://beego.vip/gin开发文...
引用户Gin 框架:go get -u -v github.com/gin-gonic/gin写个main Demo: goland 引入gin 使用标红Cannot resolve symbol 'gin-gonic'解决方法:在项目目录下执行: go mod tidy// go mod init gin
Go 1.13 及以上(推荐)打开你的终端并执行$ go env -w GO111MODULE=on $ go env -w GOPROXY=https://goproxy.cn,direct完成。macOS 或 Linux打开你的终端并执行$ ex...