field.Comment undefined (type *gdb.TableField has no field or method Comment)
Closed this issue · 2 comments
arieslee commented
go build的时候出错!!
sunmoondeMacBook-Pro:gf-cli sunmoon$ go build
# github.com/gogf/gf-cli/commands/gen
commands/gen/gen_model.go:263:37: field.Comment undefined (type *gdb.TableField has no field or method Comment)
重新clone了一份
sunmoondeMacBook-Pro:gf-cli sunmoon$ go build
go: finding github.com/gogf/gf/os latest
go: finding github.com/gogf/gf/os/gbuild latest
build github.com/gogf/gf-cli: cannot load github.com/gogf/gf/os/gbuild: module github.com/gogf/gf@latest found (v1.10.0), but does not contain package github.com/gogf/gf/os/gbuild
sunmoondeMacBook-Pro:gf-cli sunmoon$