摘要:
db.AutoMigrate(&Address{}, &Apply{}, &Banner{}, &Booth{}, &Category{}, &Comment{}, &Coupon{}, &Dictionary{}, &Group{}, &Img{}, &Order{}, &Product{}, & 阅读全文
摘要:
检查 go.mod 文件 项目名称是否正确 阅读全文
摘要:
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 阅读全文