Created
May 2, 2020 12:41
-
-
Save RubaXa/bcd9effc1b9840ed897e2bac13ff17f7 to your computer and use it in GitHub Desktop.
Revisions
-
RubaXa created this gist
May 2, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ package types type Login string func (v Login) TypeDescription() string { return "Login пользователя (он же email, телефон или соц. аккаунт)" } func GenLogin() Login { return "[email protected]" }