Automatically connects to esper.net and sends a message
This commit is contained in:
commit
b97008549e
4 changed files with 785 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue