postgres_exporter/vendor/gopkg.in/check.v1
Will Rouesnel 0e4c3ce395 Update all dependencies.
* Switch to using kingpin for CLI interface as upstream Prometheus has moved
  that way too.
2017-10-26 19:27:29 +11:00
..
benchmark.go Vendor new packages, fix bad sync dependency. 2016-11-18 03:45:42 +11:00
check.go Update all dependencies. 2017-10-26 19:27:29 +11:00
checkers.go Update all dependencies. 2017-10-26 19:27:29 +11:00
helpers.go Vendor new packages, fix bad sync dependency. 2016-11-18 03:45:42 +11:00
LICENSE Vendor new packages, fix bad sync dependency. 2016-11-18 03:45:42 +11:00
printer.go Vendor new packages, fix bad sync dependency. 2016-11-18 03:45:42 +11:00
README.md Vendor new packages, fix bad sync dependency. 2016-11-18 03:45:42 +11:00
reporter.go Vendor new packages, fix bad sync dependency. 2016-11-18 03:45:42 +11:00
run.go Vendor new packages, fix bad sync dependency. 2016-11-18 03:45:42 +11:00
TODO Vendor new packages, fix bad sync dependency. 2016-11-18 03:45:42 +11:00

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:

and the API documentation: