Skip to content

Commit

Permalink
Remove restriction from Go library (#7874)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar authored Feb 21, 2024
1 parent 75f00ba commit 83822d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/docs/feature-flags/local-evaluation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ client.ReloadFeatureFlags()

## Restriction on local evaluation and cohorts

> **Note:** This restriction **does not apply** to v2.6.0 and above of our [Node](/docs/libraries/node) SDK, and to v2.4.0 and above of our [Python](https://posthog.com/docs/libraries/python) SDK.
> **Note:** This restriction **does not apply** to our [Go](/docs/libraries/go) SDK, v2.6.0 and above of our [Node](/docs/libraries/node) SDK, and to v2.4.0 and above of our [Python](https://posthog.com/docs/libraries/python) SDK.
To enable local evaluation of feature flags that depend on [cohorts](/docs/data/cohorts), we translate the cohort definition into person properties.

Expand Down

0 comments on commit 83822d6

Please sign in to comment.