Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calavera/go-flipper
https://github.com/calavera/go-flipper
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calavera/go-flipper
- Owner: calavera
- License: mit
- Created: 2017-12-20T02:22:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T15:41:02.000Z (about 7 years ago)
- Last Synced: 2024-06-20T15:43:28.649Z (6 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Flipper
Go Flipper is a port of [Flipper](https://github.com/jnunemaker/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](LICENSE)