Update README.md with travis and godoc buttons
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# go-xmlsec
|
# go-xmlsec
|
||||||
|
|
||||||
|
[](https://travis-ci.org/crewjam/go-xmlsec)
|
||||||
|
|
||||||
|
[](http://godoc.org/github.com/crewjam/go-xmlsec)
|
||||||
|
|
||||||
A (partial) wrapper for [xmlsec](https://www.aleksey.com/xmlsec).
|
A (partial) wrapper for [xmlsec](https://www.aleksey.com/xmlsec).
|
||||||
|
|
||||||
## Signing Example
|
## Signing Example
|
||||||
@@ -16,4 +20,4 @@ A (partial) wrapper for [xmlsec](https://www.aleksey.com/xmlsec).
|
|||||||
err := xmldsig.Verify(key, doc)
|
err := xmldsig.Verify(key, doc)
|
||||||
if err == xmldsig.ErrVerificationFailed {
|
if err == xmldsig.ErrVerificationFailed {
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user