Skip to content

Commit

Permalink
add readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Jun 30, 2024
1 parent 3d09451 commit b18c1d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# JSONPoly

[![License](https://img.shields.io/github/license/lovromazgon/jsonpoly)](https://github.com/ConduitIO/conduit/blob/main/LICENSE)
[![Test](https://github.com/lovromazgon/jsonpoly/actions/workflows/test.yml/badge.svg)](https://github.com/lovromazgon/jsonpoly/actions/workflows/test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/lovromazgon/jsonpoly)](https://goreportcard.com/report/github.com/lovromazgon/jsonpoly)
[![Go Reference](https://pkg.go.dev/badge/github.com/lovromazgon/jsonpoly.svg)](https://pkg.go.dev/github.com/lovromazgon/jsonpoly)

Utilities for marshalling and unmarshalling polymorphic JSON objects in Go
without generating code.

Expand Down

0 comments on commit b18c1d1

Please sign in to comment.