Removed uneccessary suffixes
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type ProductModel struct {
|
||||
type Product struct {
|
||||
PID string `db:"pid"`
|
||||
Name string `db:"name"`
|
||||
Price float64 `db:"price"`
|
||||
|
||||
Reference in New Issue
Block a user