How to configure a flag
GO Feature Flag core feature is to centralize all your feature flags in a source file, and to avoid hosting and maintaining a backend server to manage them.
Your file must be a valid YAML
, JSON
or TOML
file with a list of flags
(examples: YAML
,
JSON
,
TOML
).
tip
The easiest way to create your configuration file is to used [GO Feature Flag Editor available at https://editor.gofeatureflag.org.
If you prefer to do it manually please follow instruction bellow.
Editor
Creating the first version of the flag is not always pleasant, that's why we have created GO Feature Flag Editor a simple editor to create your files.