We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82afbb commit 6b33260Copy full SHA for 6b33260
src/datasets/providers/growthbook.ts
@@ -29,5 +29,17 @@ export const GrowthBook: Provider = {
29
href: 'https://github.com/growthbook/growthbook-openfeature-provider-java',
30
category: ['Server'],
31
},
32
+ {
33
+ technology: 'Go',
34
+ vendorOfficial: true,
35
+ href: 'https://github.com/growthbook/growthbook-openfeature-provider-go',
36
+ category: ['Server'],
37
+ },
38
39
+ technology: '.NET',
40
41
+ href: 'https://github.com/growthbook/growthbook-openfeature-provider-dot-net',
42
43
44
],
45
};
0 commit comments