Official Go SDK for FlagBridge.
go get github.com/flagbridge/sdk-gopackage main
import (
flagbridge "github.com/flagbridge/sdk-go"
)
func main() {
client := flagbridge.NewClient("your-api-key")
enabled, _ := client.BooleanValue("new-feature", false)
}- Boolean, string, and number flag evaluation
- SSE real-time updates (planned)
- Context-aware evaluation
- OpenFeature compatible (planned)
Full docs at flagbridge.io/docs/sdk/go
Apache 2.0