Closed isavcic closed 7 years ago
Looks like the underlying library has been modified a bit:
https://github.com/zorkian/go-datadog-api
If it went back to the v1 version of the library that should fix it.
Indeed, thanks!
By replacing "github.com/zorkian/go-datadog-api"
with "gopkg.in/zorkian/go-datadog-api.v1"
in commands/*.go
files I got it to build successfully.
Closed by #101