fork of go-gitdiff with jj support

Replace godoc.org badge with pkg.go.dev badge

authored by Billy Keyes and committed by GitHub 864dd3fb d3116e7b

Changed files
+1 -1
+1 -1
README.md
··· 1 # go-gitdiff 2 3 - [![GoDoc](https://godoc.org/github.com/bluekeyes/go-gitdiff/gitdiff?status.svg)](http://godoc.org/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) 4 5 A Go library for parsing and applying patches generated by `git diff`, `git 6 show`, and `git format-patch`. It can also parse and apply unified diffs
··· 1 # go-gitdiff 2 3 + [![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) 4 5 A Go library for parsing and applying patches generated by `git diff`, `git 6 show`, and `git format-patch`. It can also parse and apply unified diffs