Skip to content

Commit 4e2a8ac

Browse files
yookoalakazarena
authored andcommitted
Add badges to README
* Add travis badge to show latest master build status. * Add godoc badge to link to godoc.org page for documentations. * Add gocover.io badge to show test coverage.
1 parent 56cb9b0 commit 4e2a8ac

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# JSON-goLD
1+
# JSON-goLD [![Documentations][shield-godoc]][godoc] [![Travis CI results][shield-travis]][travis] [![GoCover.io][shield-gocover]][gocover]
2+
3+
[travis]: https://travis-ci.org/piprate/json-gold
4+
[shield-travis]: https://api.travis-ci.org/piprate/json-gold.svg?branch=master
5+
[godoc]: https://godoc.org/github.com/piprate/json-gold/ld
6+
[shield-godoc]: https://img.shields.io/badge/godoc-reference-5272B4.svg
7+
[gocover]: https://gocover.io/github.com/piprate/json-gold/ld
8+
[shield-gocover]: https://gocover.io/_badge/github.com/piprate/json-gold/ld
29

310
This library is an implementation of the [JSON-LD 1.0](http://json-ld.org/) specification in Go.
411
It supports both URDNA2015 and URGNA2012 RDF dataset normalisation algorithms.

0 commit comments

Comments
 (0)