Skip to content

Commit 6b33260

Browse files
authored
feat: add Go and .NET technologies to GrowthBook provider (#1131)
## This PR - adds Go and .NET technologies to GrowthBook provider ### Related Issues Fixes #1130 #1102 Signed-off-by: Michael Beemer <[email protected]>
1 parent d82afbb commit 6b33260

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/datasets/providers/growthbook.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,17 @@ export const GrowthBook: Provider = {
2929
href: 'https://github.com/growthbook/growthbook-openfeature-provider-java',
3030
category: ['Server'],
3131
},
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+
vendorOfficial: true,
41+
href: 'https://github.com/growthbook/growthbook-openfeature-provider-dot-net',
42+
category: ['Server'],
43+
},
3244
],
3345
};

0 commit comments

Comments
 (0)