diff --git a/profile/README.md b/profile/README.md index 76d4dad..607da59 100644 --- a/profile/README.md +++ b/profile/README.md @@ -20,6 +20,7 @@ - [assert](https://github.com/atomicgo/assert): ✅ Go package with tons of assertions! - [cache](https://github.com/atomicgo/cache): 🧠 A generic, thread-safe cache implementation in Go for improved performance! - [chslog](https://github.com/atomicgo/chslog): ♻️ Automatically change the underlying slog handler, based on the environment. +- [color](https://github.com/atomicgo/color): 🎨 Simple colors for your terminal in Go - [config](https://github.com/atomicgo/config): 📦 Template repository for AtomicGo repositories - [constraints](https://github.com/atomicgo/constraints): 🦖 Drop-in replacement for golang.org/x/exp/constraints with more predefined constraints - [counter](https://github.com/atomicgo/counter): 🔢 Counter is a fast, thread-safe counter. It collects statstics, like current rate, min / max rate, etc.