tree: 908cbdf08b52b68ee1934e3def398bfffef89147 [path history] [tgz]
  1. benchmark.go
  2. benchmark_test.go
  3. bootstrap_test.go
  4. check.go
  5. check_test.go
  6. checkers.go
  7. checkers_test.go
  8. export_test.go
  9. fixture_test.go
  10. foundation_test.go
  11. helpers.go
  12. helpers_test.go
  13. LICENSE
  14. printer.go
  15. printer_test.go
  16. README.md
  17. run.go
  18. run_test.go
  19. TODO
_third_party/gopkg.in/check.v1/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: