Update
This commit is contained in:
@@ -9,5 +9,5 @@ type Product struct {
|
||||
Slug string `db:"slug"`
|
||||
Price float64 `db:"price"`
|
||||
CreatedAt time.Time `db:"created_at"`
|
||||
UpdatedAt time.Time `db:"updated_at,omitempty"`
|
||||
UpdatedAt time.Time `db:"updated_at",omitempty`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user