Add new category: Feature Flagging #4883
Replies: 1 comment
-
@agardnerIT have you read the contribution guide? there we talk about how to add a new category
https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, how would I add a new category for feature flagging? Specifically I want to submit the OpenFeature standard. Specifically for Go, I'd like to add a tutorial which uses flagd (an open source OpenFeature compliant flag backend) + a snippet of Go code to show flag usage. Such as this:
flags.json
Start flagd
main.go
go run main.go
The main purposes of this tutorial would be:
.env
files and environment variablesBeta Was this translation helpful? Give feedback.
All reactions