Inofficial Go client for stackdriver.com API.
NOTE: Still work in progress, just a proof of concept, code heavily in flux. No tests and docs yet!
BSD
package documentation at
or gowalker.org
see the example.go for usage.
Install Go 1, either from source or with a prepackaged binary.
Then run
go get github.com/nightlyone/go-stackdriver/stackdriver
Export your stackdriver API key as STACKDRIVER_API_KEY
environment variable
Run the example:
go run example.go
BSD
Contributions are welcome. Please open an issue or send me a pull request for a dedicated branch. Make sure the git commit hooks show it works.
enable commit hooks via
cd .git ; rm -rf hooks; ln -s ../git-hooks hooks ; cd ..