mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-24 15:02:32 +00:00
Move test coverage badge to top of README.md.
This commit is contained in:
parent
d043cea490
commit
cf69fbec0a
@ -2,7 +2,9 @@ btcec
|
|||||||
=====
|
=====
|
||||||
|
|
||||||
[]
|
[]
|
||||||
(https://travis-ci.org/conformal/btcec)
|
(https://travis-ci.org/conformal/btcec) [![Coverage Status]
|
||||||
|
(https://coveralls.io/repos/conformal/btcec/badge.png?branch=master)]
|
||||||
|
(https://coveralls.io/r/conformal/btcec?branch=master)
|
||||||
|
|
||||||
Package btcec implements elliptic curve cryptography needed for working with
|
Package btcec implements elliptic curve cryptography needed for working with
|
||||||
Bitcoin (secp256k1 only for now). It is designed so that it may be used with the
|
Bitcoin (secp256k1 only for now). It is designed so that it may be used with the
|
||||||
@ -34,9 +36,7 @@ use secp256k1 elliptic curve cryptography.
|
|||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
[]
|
[]
|
||||||
(http://godoc.org/github.com/conformal/btcec) [![Coverage Status]
|
(http://godoc.org/github.com/conformal/btcec)
|
||||||
(https://coveralls.io/repos/conformal/btcec/badge.png?branch=master)]
|
|
||||||
(https://coveralls.io/r/conformal/btcec?branch=master)
|
|
||||||
|
|
||||||
Full `go doc` style documentation for the project can be viewed online without
|
Full `go doc` style documentation for the project can be viewed online without
|
||||||
installing this package by using the GoDoc site
|
installing this package by using the GoDoc site
|
||||||
|
Loading…
x
Reference in New Issue
Block a user