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

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