A little Go IRC CLI
.gitignore | ||
GoIRC.go | ||
LICENSE.md | ||
README.md |
GoIRC
My first go application : a little CLI for IRC.
Description
The main goal of this application is for me to get started using go and get a bit familiar with it. I think IRC is both simple enough to not be the core of my reflexion and complex enough to apply some core Go concepts like concurrency.
TODOs
- Messages send/receive
- Multiple channels
- Server
- Channels
- DMs
- Handle disconnections
- Nice CLUI
- Multiple servers