zorkian / go-datadog-api

A Go implementation of the Datadog API.
BSD 3-Clause "New" or "Revised" License
183 stars 156 forks source link

Fix client.ExtraHeader initialisation in NewClient() #299

Closed clamoriniere closed 4 years ago

clamoriniere commented 4 years ago

The client.ExtraHeader map wasn't initialised in the NewClient() function.