gogf/gf-cli

field.Comment undefined (type *gdb.TableField has no field or method Comment)

Closed this issue · 2 comments

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$ 

gqcn commented

@arieslee 这个是新功能,还没发布。

gqcn commented

@arieslee 请更新到最新的gf框架版本再试试。