Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add elixir-provider #2610

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
WIP
Signed-off-by: Thomas Poignant <[email protected]>
thomaspoignant committed Dec 24, 2024
commit 9cdd2d604c3f988d7d9e3f27dfe2f6a7426b6ec1
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
defmodule Org.Gofeatureflag do
@moduledoc """
`Org.Gofeatureflag` is a provider to use in combination with the OpenFeature SDK to use
GO Feature Flag in your Elixir application.
"""
end

Empty file.