From 83822d6a53a7fcf37f0c4909187f64d57b9389af Mon Sep 17 00:00:00 2001 From: Neil Kakkar Date: Wed, 21 Feb 2024 15:52:34 +0000 Subject: [PATCH] Remove restriction from Go library (#7874) --- contents/docs/feature-flags/local-evaluation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/docs/feature-flags/local-evaluation.mdx b/contents/docs/feature-flags/local-evaluation.mdx index b05f91bc3898..9d97d3606069 100644 --- a/contents/docs/feature-flags/local-evaluation.mdx +++ b/contents/docs/feature-flags/local-evaluation.mdx @@ -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.