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