spotify / confidence-sdk-go

Apache License 2.0
2 stars 1 forks source link

feat: Add SDK id and version to requests #32

Closed fabriziodemaria closed 9 months ago

fabriziodemaria commented 9 months ago

It should be possible to set the vars at build time via ldflags, e.g.:

go build -ldflags="-X 'provider.SDK_VERSION=x.x.x'"

This part requires a bit more work and testing ☝️

fabriziodemaria commented 9 months ago

Seems like this approach is not doable, since we are not building/deploying any artifact for the provider package