Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 2774ea0

Browse files
Update README.md
1 parent 17898c4 commit 2774ea0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# GO Feature Flag demo
22

3-
This repository contains a demo app which display a webapp containing a grid of users.
4-
Each square is a different user.
3+
This repository contains a demo app using the library [`thomaspoignant/go-feature-flag`](https://github.com/thomaspoignant/go-feature-flag) which display a webapp containing a grid of users.
4+
Each square is a different user and can be change by modifying the feature flag `color-box`.
5+
56

67
With this demo app you can modify your flag and visually see which users are impacted by the change.
78

89
https://user-images.githubusercontent.com/17908063/168597717-489d64e6-3e52-4d3c-aa7c-86f89dabd278.mp4
910

11+
In this example we can see how randomly the flag apply to only a percentage of the users.
12+
1013

1114
## About the app
1215
The app use `labstack/echo` as an http server and serve an HTML page with one square per user.

0 commit comments

Comments
 (0)