Skip to content

Instantly share code, notes, and snippets.

@patrykorwat
Created September 9, 2022 13:36
Show Gist options
  • Save patrykorwat/ca89593a703ea7fdc67ea042cf3d9844 to your computer and use it in GitHub Desktop.
Save patrykorwat/ca89593a703ea7fdc67ea042cf3d9844 to your computer and use it in GitHub Desktop.
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