Skip to content

Commit b94deca

Browse files
authored
chore: add VWO OpenFeature Provider for Go (#1294)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - Added VWO OpenFeature Provider for Go Documentation - https://developers.vwo.com/v2/docs/openfeature-providers#/ Added the following providers to the list: * Go (server) https://developers.vwo.com/v2/docs/go-openfeature-provider#/ - Update PHP `vendorOfficial` to be `true` as others. ### How to test <!-- if applicable, add testing instructions under this section --> Screenshot of local testing: <img width="1440" height="778" alt="Screenshot 2025-11-07 at 5 28 28 PM" src="https://github.com/user-attachments/assets/763529d7-d439-4e38-a85a-fbaf2b68fdcf" /> Signed-off-by: softvar <[email protected]>
1 parent 969ea8a commit b94deca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/datasets/providers/vwo.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const VWO: Provider = {
2525
},
2626
{
2727
technology: 'PHP',
28-
vendorOfficial: false,
28+
vendorOfficial: true,
2929
href: 'https://github.com/wingify/vwo-openfeature-provider-php',
3030
category: ['Server'],
3131
},
@@ -35,5 +35,11 @@ export const VWO: Provider = {
3535
href: 'https://github.com/wingify/vwo-openfeature-provider-python',
3636
category: ['Server'],
3737
},
38+
{
39+
technology: 'Go',
40+
vendorOfficial: true,
41+
href: 'https://github.com/wingify/vwo-openfeature-provider-go',
42+
category: ['Server'],
43+
}
3844
],
3945
};

0 commit comments

Comments
 (0)