Skip to content

Instantly share code, notes, and snippets.

@RubaXa
Created May 2, 2020 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RubaXa/bcd9effc1b9840ed897e2bac13ff17f7 to your computer and use it in GitHub Desktop.
Save RubaXa/bcd9effc1b9840ed897e2bac13ff17f7 to your computer and use it in GitHub Desktop.
package types
type Login string
func (v Login) TypeDescription() string {
return "Login пользователя (он же email, телефон или соц. аккаунт)"
}
func GenLogin() Login {
return "fast.test@mail.ru"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment