CowTalk is a fun little Go-based command-line utility that displays a friendly ASCII cow saying whatever message you give it. Inspired by the classic cowsay tool, this version is written entirely in Go, with zero dependencies.
- 🐮 Displays a cute ASCII cow.
- 💬 Takes custom text input to "say" messages.
- ⚡ Fast and lightweight (written in pure Go).
- 📦 Easy to compile and run.
- Clone the repo:
git clone https://github.com/yourusername/cowtalk.git
cd cowtalk