Tool to help you manage your Grafana dashboards using Git.
Brendan Abolivier 71a03f599d
Finished poller
7 anos atrás
..
LICENSE Finished poller 7 anos atrás
README.md Finished poller 7 anos atrás
TODO Finished poller 7 anos atrás
benchmark.go Finished poller 7 anos atrás
benchmark_test.go Finished poller 7 anos atrás
bootstrap_test.go Finished poller 7 anos atrás
check.go Finished poller 7 anos atrás
check_test.go Finished poller 7 anos atrás
checkers.go Finished poller 7 anos atrás
checkers_test.go Finished poller 7 anos atrás
export_test.go Finished poller 7 anos atrás
fixture_test.go Finished poller 7 anos atrás
foundation_test.go Finished poller 7 anos atrás
helpers.go Finished poller 7 anos atrás
helpers_test.go Finished poller 7 anos atrás
printer.go Finished poller 7 anos atrás
printer_test.go Finished poller 7 anos atrás
reporter.go Finished poller 7 anos atrás
reporter_test.go Finished poller 7 anos atrás
run.go Finished poller 7 anos atrás
run_test.go Finished poller 7 anos atrás

README.md

Instructions

Install the package with:

go get gopkg.in/check.v1

Import it with:

import "gopkg.in/check.v1"

and use check as the package name inside the code.

For more details, visit the project page:

  • http://labix.org/gocheck

and the API documentation:

  • https://gopkg.in/check.v1