1
0
mirror of https://github.com/fatih/color.git synced 2025-02-16 18:34:39 +02:00

Update README.md

The TODO items don't make any sense anymore
This commit is contained in:
Fatih Arslan 2024-10-03 10:06:28 +03:00 committed by GitHub
parent 546c2d0f9a
commit 1c8d870660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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