Skip to content

Commit 41dd809

Browse files
committed
Merge branch 'main' of https://github.com/snorwin/jsonpatch into main
2 parents 7796bc8 + 4ea9ac4 commit 41dd809

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# jsonpatch
22
[![GitHub Action](https://img.shields.io/badge/GitHub-Action-blue)](https://github.com/features/actions)
33
[![Documentation](https://img.shields.io/badge/godoc-reference-5272B4.svg)](https://pkg.go.dev/github.com/snorwin/jsonpatch)
4-
[![Test](https://img.shields.io/github/workflow/status/snorwin/jsonpatch/Test?label=build&logo=github)](https://github.com/snorwin/jsonpatch/actions)
4+
[![Test](https://img.shields.io/github/workflow/status/snorwin/jsonpatch/Test?label=tests&logo=github)](https://github.com/snorwin/jsonpatch/actions)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/snorwin/jsonpatch)](https://goreportcard.com/report/github.com/snorwin/jsonpatch)
66
[![Coverage Status](https://coveralls.io/repos/github/snorwin/jsonpatch/badge.svg?branch=main)](https://coveralls.io/github/snorwin/jsonpatch?branch=main)
7+
[![Releases](https://img.shields.io/github/v/release/snorwin/jsonpatch)](https://github.com/snorwin/jsonpatch/releases)
78
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
89

910
`jsonpatch` is a Go library to create JSON patches ([RFC6902](http://tools.ietf.org/html/rfc6902)) directly from arbitrary Go objects and facilitates the implementation of sophisticated custom (e.g. filtered, validated) patch creation.

0 commit comments

Comments
 (0)