Releases: Prashant-Surya/go-unflagger
Releases · Prashant-Surya/go-unflagger
Handled case with no else block
In case if there is an If not
statement and there is no else block for this case, we're just removing If block without appending any extra statements in the parent function.
Flag in else block is still not supported
First flagger release
Types of flaggers supported:
- Name Flagger
- Date Flagger
Currently supports the only static name of the feature flags struct FeatureFlags
.