delve/vendor/gopkg.in/check.v1
Derek Parker 4e6d69e744 all: Vendor with Godeps & GO15EXPERIMENT
Use godeps to vendor dependencies and the normal go toolchain, with
GO15VENDOREXPERIMENT=1 set to properly vendor dependencies for reproducible
builds.
2015-09-30 18:25:02 -07:00
..
.gitignore all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
benchmark_test.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
benchmark.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
bootstrap_test.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
check_test.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
check.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
checkers_test.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
checkers.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
export_test.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
fixture_test.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
foundation_test.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
helpers_test.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
helpers.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
LICENSE all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
printer_test.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
printer.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
README.md all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
run_test.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
run.go all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07:00
TODO all: Vendor with Godeps & GO15EXPERIMENT 2015-09-30 18:25:02 -07: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: