Created
September 9, 2022 13:36
-
-
Save patrykorwat/ca89593a703ea7fdc67ea042cf3d9844 to your computer and use it in GitHub Desktop.
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 characters
type UserStatus int | |
const ( | |
Unverified UserStatus = iota | |
Verified | |
Suspended | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment