Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 497 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 497 Bytes

flipt-grpc-go

The official GRPC Go client for Flipt.

⚠️ Deprecated

This client has been deprecated in favor of the Flipt Go SDK which supports both GRPC and REST transports.

Usage

go get -u go.flipt.io/flipt-grpc

Example

For an example on how to integrate your application with Flipt using this client, see Flipt examples.