Fork me on GitHub
摘要: ###基本使用 package main import ( "database/sql" "fmt" "github.com/jinzhu/gorm" _ "github.com/jinzhu/gorm/dialects/mysql" "time" ) type User struct { gorm 阅读全文
posted @ 2022-04-05 12:25 myboran 阅读(70) 评论(0) 推荐(0)