Tiny IRC-like chat server written in Go
Go to file
raul cd009e8ee6 Really minor tweak
Forgot to change back a value while testing error handling to avoid
crashing server on user disconnect
2024-03-29 09:40:02 +01:00
cmd Really minor tweak 2024-03-29 09:40:02 +01:00
.gitignore Initial commit 2024-03-29 08:59:03 +01:00
LICENSE Initial commit 2024-03-29 08:59:03 +01:00
README.md Initial commit 2024-03-29 08:59:03 +01:00
go.mod Adding files to project 2024-03-29 09:04:20 +01:00
go.sum Adding files to project 2024-03-29 09:04:20 +01:00
main.go Adding files to project 2024-03-29 09:04:20 +01:00

README.md

mini-chat

Tiny IRC-like chat server I'm building in Go