摘要: db.AutoMigrate(&Address{}, &Apply{}, &Banner{}, &Booth{}, &Category{}, &Comment{}, &Coupon{}, &Dictionary{}, &Group{}, &Img{}, &Order{}, &Product{}, & 阅读全文
posted @ 2021-05-28 15:08 winyh 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 检查 go.mod 文件 项目名称是否正确 阅读全文
posted @ 2021-05-28 11:39 winyh 阅读(1546) 评论(0) 推荐(0) 编辑
摘要: go mod init projectName go mod init 会报错: go: cannot determine module path for source directory /xxx/xxx/xxx/name (outside GOPATH, module path must be 阅读全文
posted @ 2021-05-28 11:04 winyh 阅读(720) 评论(0) 推荐(1) 编辑