jason 075d766964 first 3 лет назад
..
.gitignore 075d766964 first 3 лет назад
.travis.yml 075d766964 first 3 лет назад
LICENSE 075d766964 first 3 лет назад
README.md 075d766964 first 3 лет назад
TODO 075d766964 first 3 лет назад
benchmark.go 075d766964 first 3 лет назад
benchmark_test.go 075d766964 first 3 лет назад
bootstrap_test.go 075d766964 first 3 лет назад
check.go 075d766964 first 3 лет назад
check_test.go 075d766964 first 3 лет назад
checkers.go 075d766964 first 3 лет назад
checkers_test.go 075d766964 first 3 лет назад
export_test.go 075d766964 first 3 лет назад
fixture_test.go 075d766964 first 3 лет назад
foundation_test.go 075d766964 first 3 лет назад
helpers.go 075d766964 first 3 лет назад
helpers_test.go 075d766964 first 3 лет назад
integration_test.go 075d766964 first 3 лет назад
printer.go 075d766964 first 3 лет назад
printer_test.go 075d766964 first 3 лет назад
reporter.go 075d766964 first 3 лет назад
reporter_test.go 075d766964 first 3 лет назад
run.go 075d766964 first 3 лет назад
run_test.go 075d766964 first 3 лет назад

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: