aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 26a8117..f872bf6 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,11 @@ defer color.Unset() // use it in your function
fmt.Println("All text will be now bold magenta.")
```
+## Todo
+
+* Add partial coloring of lines.
+* Save/Return previous values
+
## Credits
* [Fatih Arslan](https://github.com/fatih)