??? - ?? ??
 ????.

SQL-GolangStruct ???

SQL (SQL)

????.




??

type JSONData struct {
	ID string `json:"id"`
	Username string `json:"username"`
	AuthKey string `json:"auth_key"`
	PasswordHash string `json:"password_hash"`
	PasswordResetToken string `json:"password_reset_token"`
	Email string `json:"email"`
	Status string `json:"status"`
	CreatedAt string `json:"created_at"`
	UpdatedAt string `json:"updated_at"`
}

?? ??:

Golang ??? ??, SQL?? golang struct?, sqlx, json, form, gorm, bson ?? ?? ?? ??

?? ??:

?? ??:

golang