From 1c8d8706604ee5fb9a464e5097ba113101828a75 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Thu, 3 Oct 2024 10:06:28 +0300 Subject: [PATCH] Update README.md The TODO items don't make any sense anymore --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a5748f9..d135bfe 100644 --- a/README.md +++ b/README.md @@ -178,10 +178,6 @@ c.Println("This prints again cyan...") To output color in GitHub Actions (or other CI systems that support ANSI colors), make sure to set `color.NoColor = false` so that it bypasses the check for non-tty output streams. -## Todo - -* Save/Return previous values -* Evaluate fmt.Formatter interface ## Credits