讨论数量: 0
G02 Go API 实战
/
这节开始我们来开发话题模块。
本节先来创建话题模型 Topic 和数据表 topics。
现在我们使用 make model 命令来创建话题模型:
$ go run main.go make model topic
[app/models/topic/topic_model.go] created.
[app/models/topic/topic_util.
本文章首发在 LearnKu.com 网站上。
粤ICP备18099781号-6
|
粤公网安备 44030502004330号
|
违法和不良信息举报
由 Summer 设计和编码 ❤