quorum/vendor/gopkg.in/check.v1
Felix Lange d78f9b834a vendor: update all dependencies except Azure SDK
The Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until
Go 1.8 comes out.
2017-01-10 22:33:24 +01:00
..
.gitignore Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
.travis.yml vendor: update all dependencies except Azure SDK 2017-01-10 22:33:24 +01:00
LICENSE Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
README.md Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
TODO Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
benchmark.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
check.go vendor: update all dependencies except Azure SDK 2017-01-10 22:33:24 +01:00
checkers.go vendor: update all dependencies except Azure SDK 2017-01-10 22:33:24 +01:00
helpers.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
printer.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
reporter.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
run.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00

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:

and the API documentation: