package main import ( "fmt" "log" "math/rand" "net/http" "time" "github.com/gin-gonic/gin" "gorm.io/driver/mysql" "gorm.io/gorm" ) type User struct { gorm.Model Name string `gorm:&…
package main import ( "fmt" "log" "math/rand" "net/http" "time" "github.com/gin-gonic/gin" "gorm.io/driver/mysql" "gorm.io/gorm" ) type User struct { gorm.Model Name string `gorm:&…