Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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