🛠️ Installation
Docker
Install from the command line
docker pull gofeatureflag/go-feature-flag:latest
Use as base image in Dockerfile
FROM gofeatureflag/go-feature-flag:bookworm
HomeBrew (macOS and Linux)
brew install go-feature-flag
Scoop (Windows)
scoop install go-feature-flag
Binary
All binaries are available in x86/ARM in the GitHub Release Page.
Summary
Once GO Feature Flag is installed, you can start using it within your application by connecting your OpenFeature provider to it.