Skip to content

Commit c9b2037

Browse files
authored
chore: add link to list of providers/hooks (#110)
* chore: add link to list of providers/hooks Signed-off-by: Skye Gill <[email protected]>
1 parent 05ed61d commit c9b2037

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ func main() {
3939
}
4040
```
4141

42+
A list of available providers can be found [here](https://docs.openfeature.dev/docs/reference/technologies/server/go).
43+
4244
For complete documentation, visit: https://docs.openfeature.dev/docs/category/concepts
4345

4446
### Hooks
@@ -61,6 +63,8 @@ func (h MyHook) Error(hookContext openfeature.HookContext, err error, hookHints
6163

6264
Register the hook at global, client or invocation level.
6365

66+
A list of available hooks can be found [here](https://docs.openfeature.dev/docs/reference/technologies/server/go).
67+
6468
## Configuration
6569

6670
### Logging

0 commit comments

Comments
 (0)