Skip to content

Commit

Permalink
docs: Add and fix badges in README
Browse files Browse the repository at this point in the history
fix: Fix incorrect goreportcard link
docs: Add pkg.go.dev badge
docs: Add coveralls badge
  • Loading branch information
romshark authored Dec 30, 2023
1 parent ffd084c commit 8ab9ae2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<a href="https://goreportcard.com/report/github.com/romshark/valfile">
<img src="https://goreportcard.com/badge/github.com/romshark/valfile" alt="GoReportCard">
<a href="https://pkg.go.dev/github.com/romshark/jscan/v2">
<img src="https://godoc.org/github.com/romshark/jscan/v2?status.svg" alt="GoDoc">
</a>
<a href="https://goreportcard.com/report/github.com/romshark/jscan/v2">
<img src="https://goreportcard.com/badge/github.com/romshark/jscan/v2" alt="GoReportCard">
</a>
<a href='https://coveralls.io/github/romshark/jscan?branch=main'>
<img src='https://coveralls.io/repos/github/romshark/jscan/badge.svg?branch=main' alt='Coverage Status' />
</a>


# jscan
jscan provides high-performance zero-allocation JSON iterator and validator for Go. This module doesn't provide `Marshal`/`Unmarshal` capabilities, instead it focuses on highly efficient iteration over JSON data with on-the-fly validation.
Expand Down

0 comments on commit 8ab9ae2

Please sign in to comment.