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

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: