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