delve/vendor/gopkg.in/check.v1
Derek Parker f35d4b92be main: Update vendored cobra for bugfix
Additionally removes test code / html / txt / etc from vendor dir.
2015-10-09 07:46:14 -07:00
..
.gitignore 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
check.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
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.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.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: