From a26dea661d766fc6fba65902a8058c4de35e059c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 11 Jan 2021 09:32:21 +0100 Subject: [PATCH] fix: add go SDK to list supporting variants --- docs/feature-toggle-variants.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/feature-toggle-variants.md b/docs/feature-toggle-variants.md index 1022b54661..a9a641d4fc 100644 --- a/docs/feature-toggle-variants.md +++ b/docs/feature-toggle-variants.md @@ -48,5 +48,6 @@ To make use of toggle variants, you need to use a compatible client. Client SDK - [unleash-client-ruby](https://github.com/Unleash/unleash-client-ruby) (from v0.1.6) - [unleash-client-python](https://github.com/Unleash/unleash-client-python) (from v3.3.0) - [unleash-client-dotnet](https://github.com/Unleash/unleash-client-dotnet) (from v1.3.6) +- [unleash-client-go](https://github.com/Unleash/unleash-client-dotnet) (from v3 branch) If you would like to give feedback on this feature, experience issues or have questions, please feel free to open an issue on [GitHub](https://github.com/Unleash/unleash/).