Hacker News new | ask | show | jobs
by yoz 722 days ago
And it does, because it uses LaunchDarkly SDKs: https://docs.launchdarkly.com/sdk/openfeature

... though there are only three officially-supported OpenFeature adapters so far (Java, NodeJS, .NET)

1 comments

The contributed Go provider seems solid enough, although it's quite opinionated about the exact shape of your attribute map. I just recently documented it carefully in the README :-) https://github.com/open-feature/go-sdk-contrib/tree/main/pro...