From 3ba008ad15b85a89aa61678d2c46b60407ac5048 Mon Sep 17 00:00:00 2001 From: Kosmatoff Date: Sun, 12 Nov 2023 17:04:43 +0300 Subject: [PATCH] ff --- internal/models/user.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/models/user.go b/internal/models/user.go index 451ca4ed..63a1639a 100644 --- a/internal/models/user.go +++ b/internal/models/user.go @@ -5,6 +5,7 @@ import ( ) // models users +// model type User struct { ID uuid.UUID `json:"id"` Login string `json:"login"`