Update README to reflect 100% test coverage.

This commit is contained in:
Dave Collins 2013-05-15 14:00:06 -05:00
parent c164de1692
commit d8007e9387

View file

@ -2,10 +2,10 @@ btcwire
======= =======
Package btcwire implements the bitcoin wire protocol. A comprehensive suite of Package btcwire implements the bitcoin wire protocol. A comprehensive suite of
tests is provided to ensure proper functionality. See `test_coverage.txt` for tests with 100% test coverage is provided to ensure proper functionality. See
the gocov coverage report. Alternatively, if you are running a POSIX OS, you `test_coverage.txt` for the gocov coverage report. Alternatively, if you are
can run the `cov_report.sh` script for a real-time report. Package btcwire is running a POSIX OS, you can run the `cov_report.sh` script for a real-time
licensed under the liberal ISC license. report. Package btcwire is licensed under the liberal ISC license.
There is an associated blog post about the release of this package There is an associated blog post about the release of this package
[here](https://blog.conformal.com/btcwire-the-bitcoin-wire-protocol-package-from-btcd/). [here](https://blog.conformal.com/btcwire-the-bitcoin-wire-protocol-package-from-btcd/).