mirror of https://github.com/ethereum/go-ethereum
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.
21 lines
318 B
21 lines
318 B
10 years ago
|
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:
|
||
|
|
||
|
* http://labix.org/gocheck
|
||
|
|
||
|
and the API documentation:
|
||
|
|
||
|
* https://gopkg.in/check.v1
|