Removed uneccessary suffixes

This commit is contained in:
PB
2025-10-21 14:03:13 +02:00
parent 44ac85bed7
commit 0ae9fd4c99
5 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import (
"time"
)
type ProductModel struct {
type Product struct {
PID string `db:"pid"`
Name string `db:"name"`
Price float64 `db:"price"`