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 969ea8a commit b94decaCopy full SHA for b94deca
src/datasets/providers/vwo.ts
@@ -25,7 +25,7 @@ export const VWO: Provider = {
25
},
26
{
27
technology: 'PHP',
28
- vendorOfficial: false,
+ vendorOfficial: true,
29
href: 'https://github.com/wingify/vwo-openfeature-provider-php',
30
category: ['Server'],
31
@@ -35,5 +35,11 @@ export const VWO: Provider = {
35
href: 'https://github.com/wingify/vwo-openfeature-provider-python',
36
37
38
+ {
39
+ technology: 'Go',
40
41
+ href: 'https://github.com/wingify/vwo-openfeature-provider-go',
42
+ category: ['Server'],
43
+ }
44
],
45
};
0 commit comments