jason 075d766964 first před 3 roky
..
.gitignore 075d766964 first před 3 roky
.travis.yml 075d766964 first před 3 roky
LICENSE 075d766964 first před 3 roky
README.md 075d766964 first před 3 roky
TODO 075d766964 first před 3 roky
benchmark.go 075d766964 first před 3 roky
benchmark_test.go 075d766964 first před 3 roky
bootstrap_test.go 075d766964 first před 3 roky
check.go 075d766964 first před 3 roky
check_test.go 075d766964 first před 3 roky
checkers.go 075d766964 first před 3 roky
checkers_test.go 075d766964 first před 3 roky
export_test.go 075d766964 first před 3 roky
fixture_test.go 075d766964 first před 3 roky
foundation_test.go 075d766964 first před 3 roky
helpers.go 075d766964 first před 3 roky
helpers_test.go 075d766964 first před 3 roky
integration_test.go 075d766964 first před 3 roky
printer.go 075d766964 first před 3 roky
printer_test.go 075d766964 first před 3 roky
reporter.go 075d766964 first před 3 roky
reporter_test.go 075d766964 first před 3 roky
run.go 075d766964 first před 3 roky
run_test.go 075d766964 first před 3 roky

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: