Skip to content

configcat-labs/ab-testing-in-go-sample

Repository files navigation

A/B testing in Go sample

Read the blog post here

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.

A/B Versions

Build & Run

Prerequisites

  • Go version 1.19

Running the app

  1. Clone this repo

  2. Run the following command with 'make'

make run

or Manually run the follow commands:

go build

./ab-testing-in-go-sample

Learn more

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.

Author

Chavez Harris

Contributions

Contributions are welcome!

About

How to implement A/B testing in Go ?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published