Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 181 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 181 Bytes

go-todo gin配合gorm使用的例子

配置gorm

  1. DB.open(url)
  2. model中的crud

gin

  1. api设计,配置到路由组
  2. 实现各个api

用fresh可以热更新