Skip to content
  • Branden J Brown's avatar
    fix UserFlags constant types (#937) · f36553e3
    Branden J Brown authored
    Only UserFlagDiscordEmployee had type UserFlags. All other constants
    defined in the same block were untyped integer constants.
    
    This change makes all UserFlags constants have type UserFlags. The
    primary impact is that godoc and pkg.go.dev should render these
    constants under the documentation for UserFlags, rather than under
    package-level constants.
    f36553e3