# README
Openfeature example
Run flagd provider
make flagd
Run code
go run main.go
Change flags via flags.flagd.json file
{
"flags": {
"welcome-message": {
"variants": {
"on": true,
"off": false
},
"state": "ENABLED",
"defaultVariant": "on/off" // as you need it
}
}
}
Current problems
- https://github.com/open-feature/flagd
- after change json I don't see change without restart flagd container