Skip to content

Instantly share code, notes, and snippets.

View dbmartin00's full-sized avatar

David Brooke Martin dbmartin00

View GitHub Profile
@dbmartin00
dbmartin00 / colors.go
Last active October 8, 2022 15:16
Use Split dynamic config to feature flag a route for a downstream service, then push that route into a custom header and make the POST.
package main
import (
"strings"
"fmt"
"io"
"net/http"
"encoding/json"
"github.com/splitio/go-client/v6/splitio/client"
"github.com/splitio/go-client/v6/splitio/conf"