This is a demo website built with the Go programming language. In the article, it was used in a demo A/B test experiment where each variation of the home page was released to a user segment to gather metrics. In the end, we compared metrics to determine which variation performed best.
- Go version 1.19
-
Clone this repo
-
Run the following command with 'make'
make run
or Manually run the follow commands:
go build
./ab-testing-in-go-sample
- Go Documentation - learn about Go features and its API.
- Learn Go - Getting started with Hello, World.
ConfigCat also supports many other frameworks and languages. Check out the full list of supported SDKs here.
You can also explore other code samples for various languages, frameworks, and topics here in the ConfigCat labs on GitHub.
Keep up with ConfigCat on Twitter, Facebook, LinkedIn, and GitHub.
Contributions are welcome!