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