2021年11月24日星期三

Go mod

 Go mod

常用命令

  • go mod tidy 增加缺失的包,移除没用的包
  • go mod init 初始化模块
  • go mod why 解释为什么需要包和模块

没有评论:

发表评论

login.js