Get experiments complexity abstracted and make your A/B tests trustable.
var abx = abxtracted.New()
exp, err := abx.Get("project-id", "customer-id", "experiment-key")
if err != nil {
// deal with it
}
// later on..
if err := abx.Complete("project-id", exp); err != nil {
// deal with it
}If you have any question, drop us a message.