You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 318 B

1234567891011121314151617181920
  1. Instructions
  2. ============
  3. Install the package with:
  4. go get gopkg.in/check.v1
  5. Import it with:
  6. import "gopkg.in/check.v1"
  7. and use _check_ as the package name inside the code.
  8. For more details, visit the project page:
  9. * http://labix.org/gocheck
  10. and the API documentation:
  11. * https://gopkg.in/check.v1