Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:go-park-mail-ru/2023_2_Hamster i…
Browse files Browse the repository at this point in the history
…nto deploy
  • Loading branch information
DmitriyKomarovCoder committed Nov 12, 2023
2 parents 976c980 + 716f776 commit a47d25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/models/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/google/uuid"
)

// models user
// models users
type User struct {
ID uuid.UUID `json:"id"`
Login string `json:"login"`
Expand Down

0 comments on commit a47d25d

Please sign in to comment.