From c3073d90eb8f8f828b9f8c5fcb9154777b2b197d Mon Sep 17 00:00:00 2001 From: tannevaled Date: Wed, 26 Aug 2026 01:26:00 +0200 Subject: [PATCH] docs: drop the Go Report Card badge, the service is retired MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit goreportcard.com has been sunset. Every badge request now returns a grey pill reading "go report: retired" — verified against unrelated control modules (gin-gonic/gin, spf13/cobra), which return the same, so this is a service-wide shutdown and not a failed lookup for this module. The badge therefore advertised a dead service rather than any property of this code. Removing the image and its link. No substitute badge is added: CI, Go Reference, coverage and licence badges already carry that signal. Co-Authored-By: Claude Opus 5 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ed07f6a..f311b3a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![CI](https://github.com/go-pdfkit/reader/actions/workflows/ci.yml/badge.svg)](https://github.com/go-pdfkit/reader/actions/workflows/ci.yml) [![Go Reference](https://pkg.go.dev/badge/github.com/go-pdfkit/reader.svg)](https://pkg.go.dev/github.com/go-pdfkit/reader) -[![Go Report Card](https://goreportcard.com/badge/github.com/go-pdfkit/reader)](https://goreportcard.com/report/github.com/go-pdfkit/reader) [![License: BSD-3-Clause](https://img.shields.io/badge/License-BSD--3--Clause-blue.svg)](LICENSE) [![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](#testing)