From 020fc720379255832aad369dfc2dece9a1cf4699 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 3 Sep 2023 18:34:56 +0530 Subject: added pretty startup messages --- item/item.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'item') diff --git a/item/item.go b/item/item.go index 839cbe0..02e568e 100644 --- a/item/item.go +++ b/item/item.go @@ -32,7 +32,9 @@ func init() { type Brand struct { gorm.Model - Name string + UserID uint `json:"-"` + User user.User `json:"-"` + Name string } type Item struct { -- cgit v1.2.3