skopeo/vendor/github.com/go-check/check
Valentin Rothberg 033b290217 migrate to go modules
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-06-21 13:58:19 +02:00
..
.gitignore migrate to go modules 2019-06-21 13:58:19 +02:00
.travis.yml migrate to go modules 2019-06-21 13:58:19 +02:00
benchmark.go add basic test infrastructure 2016-01-23 18:31:03 +01:00
check.go Vendor after merging mtrmac/image:docker-archive-auto-compression 2018-07-18 01:02:26 +02:00
checkers.go Vendor after merging mtrmac/image:docker-archive-auto-compression 2018-07-18 01:02:26 +02:00
helpers.go add basic test infrastructure 2016-01-23 18:31:03 +01:00
LICENSE add basic test infrastructure 2016-01-23 18:31:03 +01:00
printer.go add basic test infrastructure 2016-01-23 18:31:03 +01:00
README.md vendor.conf,vendor: vndr update for containers/image 2017-02-27 02:15:36 -08:00
reporter.go add basic test infrastructure 2016-01-23 18:31:03 +01:00
run.go add basic test infrastructure 2016-01-23 18:31:03 +01:00
TODO migrate to go modules 2019-06-21 13:58:19 +02: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: