Flagmint Go SDK
The Flagmint Go SDK is a high-performance, type-safe client for evaluating feature flags in Go applications. It features flexible caching strategies, real-time updates, and efficient local evaluation.Quick Start
Get up and running in minutes
Configuration
Customize SDK behavior
Local Evaluation
Evaluate flags locally
Caching
Configure caching strategies
Transport
WebSocket and polling
Key Features
- High Performance — Optimized for server-side flag evaluation
- Local Evaluation — Evaluate flags without making network requests
- Flexible Caching — Built-in in-memory cache with customizable options
- Real-time Updates — WebSocket support with automatic fallback
- Type-Safe — Full Go typing with clear error handling
- Production Ready — Battle-tested in high-throughput environments
Installation
Quick Example
Next Steps
- Quick Start — Complete setup guide
- Configuration — API keys, contexts, and options
- Caching — In-memory, custom, and advanced caching
- Local Evaluation — Evaluate without network calls
- Transport — WebSocket and polling strategies