Stigg Go client. Getting started Install go get github.com/stiggio/api-client-go/v3 Retrieve your server API key from Stigg console Init your Go SDK apiKey := "XXXXXXXXX" client := stigg.NewStiggClient(apiKey, nil, nil) For full usage specification, see our Go Sdk documentation