Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
README: Add CI, doc and coverage badges
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Apr 5, 2017
1 parent 46c0962 commit 698cfee
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mapdecode
=========
# mapdecode [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]

mapdecode implements a generic `interface{}` decoder. It allows implementing
custom YAML/JSON decoding logic only once. Instead of implementing the same
Expand All @@ -23,13 +22,18 @@ This package relies heavily on [mapstructure] for much of its functionality.

[mapstructure]: https://github.com/mitchellh/mapstructure

Status
------
## Status

Beta

-------------------------------------------------------------------------------

Released under the [MIT License].

[MIT License]: LICENSE.txt
[MIT License]: LICENSE.txt
[doc-img]: https://godoc.org/github.com/uber-go/mapdecode?status.svg
[doc]: https://godoc.org/github.com/uber-go/mapdecode
[ci-img]: https://travis-ci.org/uber-go/mapdecode.svg?branch=master
[cov-img]: https://coveralls.io/repos/github/uber-go/mapdecode/badge.svg?branch=master
[ci]: https://travis-ci.org/uber-go/mapdecode
[cov]: https://coveralls.io/github/uber-go/mapdecode?branch=master

0 comments on commit 698cfee

Please sign in to comment.