diff --git a/modules/structs/user.go b/modules/structs/user.go index aaf5bb2..4e35b97 100644 --- a/modules/structs/user.go +++ b/modules/structs/user.go @@ -4,8 +4,8 @@ import ( "time" ) -// User represents a user -// swagger:model +// User user +// swagger:model User user type User struct { Id string Hashtag string