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: