distribution/vendor/gopkg.in/check.v1
AdamKorcz e2a43ec8d3
Fuzzing: Move over two fuzzers from cncf-fuzzing
Signed-off-by: AdamKorcz <adam@adalogics.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-02 23:03:57 +02:00
..
.gitignore migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
.travis.yml go.mod: spf13/cobra v1.0.0 2022-01-26 16:59:40 +01:00
LICENSE
README.md
TODO migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
benchmark.go go.mod: spf13/cobra v1.0.0 2022-01-26 16:59:40 +01:00
check.go Fuzzing: Move over two fuzzers from cncf-fuzzing 2023-05-02 23:03:57 +02:00
checkers.go vendor: github.com/prometheus/client_golang v1.12.1 2022-05-05 18:43:00 +02:00
helpers.go Fuzzing: Move over two fuzzers from cncf-fuzzing 2023-05-02 23:03:57 +02:00
printer.go
reporter.go go.mod: spf13/cobra v1.0.0 2022-01-26 16:59:40 +01:00
run.go

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: