Skip to content
  • Tomasz Maczukin's avatar
    Drop the 'FF' prefix from feature flag constants · cf546204
    Tomasz Maczukin authored
    The constants are now defined inside of the 'featureflags' package,
    so there is no need for the 'FF' prefix. The fact that it's a feature
    flag is quite obvious when looking on an entry like:
    
        IsFeatureFlagOn(featureflags.UseLegacyBuildsDirForDocker)
    cf546204