From 8092309bbef34687ae0a292b8fcf0992473888cc Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Fri, 17 Jul 2026 20:22:50 +0000 Subject: [PATCH] docs: remove retired Go Report Card badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ddbe54d..178c56c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ Go 1.24 or newer Latest tag Coverage - Go Report Card

`console` is a small toolkit for the output layer shared by command-line applications: semantic messages, coordinated writers, ANSI-aware text, composable layout, bordered and compact tables, trees, prompts, loaders, and progress. It is deliberately not a full-screen TUI framework. There is no event loop, raw-mode ownership, command parser, subprocess runner, or logging pipeline to adopt.