This repository has been archived on 2023-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
transfer.sh/vendor/gopkg.in/check.v1
Thorsten Schubert 2be57115f3 Vendor modules
* replace ghost with patched version
2022-06-29 14:12:27 +00:00
..
.gitignore Vendor modules 2022-06-29 14:12:27 +00:00
.travis.yml Vendor modules 2022-06-29 14:12:27 +00:00
benchmark.go Vendor modules 2022-06-29 14:12:27 +00:00
check.go Vendor modules 2022-06-29 14:12:27 +00:00
checkers.go Vendor modules 2022-06-29 14:12:27 +00:00
helpers.go Vendor modules 2022-06-29 14:12:27 +00:00
LICENSE Vendor modules 2022-06-29 14:12:27 +00:00
printer.go Vendor modules 2022-06-29 14:12:27 +00:00
README.md Vendor modules 2022-06-29 14:12:27 +00:00
reporter.go Vendor modules 2022-06-29 14:12:27 +00:00
run.go Vendor modules 2022-06-29 14:12:27 +00:00
TODO Vendor modules 2022-06-29 14:12:27 +00: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: