info
This commit is contained in:
@@ -8,9 +8,12 @@ import (
|
||||
)
|
||||
|
||||
func TestCase1(t *testing.T) {
|
||||
u := gmodel.UserProfile{
|
||||
FirstName: "h",
|
||||
LastName: "sm",
|
||||
u := gmodel.UserProfileBase{
|
||||
Base: struct {
|
||||
FirstName string "json:\"first_name\""
|
||||
LastName string "json:\"last_name\""
|
||||
Resetaurant string "json:\"resetaurant\""
|
||||
}{},
|
||||
}
|
||||
|
||||
conn := initalize.InitMysql("fsreaderwriter:XErSYmLELKMnf3Dh@tcp(fusen.cdmigcvz3rle.us-east-2.rds.amazonaws.com:3306)/fusen")
|
||||
|
||||
Reference in New Issue
Block a user