quorum/vendor/gopkg.in/check.v1
Patrick Mylund Nielsen 3d91976f08
Geth 1.7.2 rebase and addition of Istanbul BFT (#207)
2017-10-31 18:24:11 -04:00
..
.gitignore Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
LICENSE Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
README.md Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
TODO Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
benchmark.go Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
check.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
checkers.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
helpers.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
printer.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
reporter.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
run.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00

README.md

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:

and the API documentation: