calavera / go-flipper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Flipper

Go Flipper is a port of Flipper to Go.

It's designed to be compatible at the storage level with the Ruby gem, so you can toggle features using any of them and access them with the other.

This project is in an early stage and doesn't include all the features that the Ruby gem includes at the moment.

Caveats:

  • This implementation assumes that all actors have a FlipperID method that returns a string. It doesn't work with other id types at the moment.

Installation

go get github.com/calavera/go-flipper

Usage

See the Godoc for examples and API information:

https://godoc.org/github.com/calavera/go-flipper

License

MIT

About

License:MIT License


Languages

Language:Go 100.0%