選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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