Skip to content

Instantly share code, notes, and snippets.

@RubaXa
Created May 2, 2020 13:20
Show Gist options
  • Save RubaXa/3f370c1d82f4ba899a4733d9503d19ea to your computer and use it in GitHub Desktop.
Save RubaXa/3f370c1d82f4ba899a4733d9503d19ea to your computer and use it in GitHub Desktop.
// AuthLoginResponse — ответ на запрос
type AuthLoginResponse struct {
// инлайн комментарий с наследованием родительского
UserID types.UserID `comment:"{super}, авторизованного пользователя"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment