Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 576 Bytes

File metadata and controls

18 lines (12 loc) · 576 Bytes

🐮 CowTalk - A Go CLI Cow That Talks!

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.

🧠 Features

  • 🐮 Displays a cute ASCII cow.
  • 💬 Takes custom text input to "say" messages.
  • ⚡ Fast and lightweight (written in pure Go).
  • 📦 Easy to compile and run.

🚀 Installation

  1. Clone the repo:
git clone https://github.com/yourusername/cowtalk.git
cd cowtalk