From 7947028c2072db031c399f2ddd7a228e6d393f03 Mon Sep 17 00:00:00 2001 From: Billy Keyes Date: Sat, 18 Jul 2026 11:46:30 -0700 Subject: [PATCH] Remove deprecated report card badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f65127..6687769 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-gitdiff -[![PkgGoDev](https://pkg.go.dev/badge/github.com/bluekeyes/go-gitdiff/gitdiff)](https://pkg.go.dev/github.com/bluekeyes/go-gitdiff/gitdiff) [![Go Report Card](https://goreportcard.com/badge/github.com/bluekeyes/go-gitdiff)](https://goreportcard.com/report/github.com/bluekeyes/go-gitdiff) +[![PkgGoDev](https://pkg.go.dev/badge/github.com/bluekeyes/go-gitdiff/gitdiff)](https://pkg.go.dev/github.com/bluekeyes/go-gitdiff/gitdiff) A Go library for parsing and applying patches generated by `git diff`, `git show`, and `git format-patch`. It can also parse and apply unified diffs