tree: 7fe4fd9f248c9db97f76b1942b3721ecae3e364b [path history] [tgz]
  1. .gitignore
  2. benchmark.go
  3. check.go
  4. checkers.go
  5. helpers.go
  6. LICENSE
  7. printer.go
  8. README.md
  9. run.go
  10. TODO
vendor/src/github.com/go-check/check/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: