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: