Versions in this module Expand all Collapse all v0 v0.5.0 Apr 24, 2026 Changes in this version + var Registry = make(map[Flag]bool) + func Apply(flags map[string]bool) + func Check(flag Flag) bool + func IsEnabled(flag Flag) bool + func Set(flag Flag, enabled bool) + type Flag string + const ExperimentalUI