golang学习
初学:https://go.dev/doc/tutorial
多模块项目:https://go.dev/doc/tutorial/workspaces
数据库初学:https://go.dev/doc/tutorial/database-access
如果windows系统下载module超时,执行下面命令
$env:GOPROXY="https://proxy.golang.com.cn,direct"
golang学习
初学:https://go.dev/doc/tutorial
多模块项目:https://go.dev/doc/tutorial/workspaces
数据库初学:https://go.dev/doc/tutorial/database-access
如果windows系统下载module超时,执行下面命令
$env:GOPROXY="https://proxy.golang.com.cn,direct"