raul
544369cb9f
Instead of trying to let Cobra handle the possible errors produced in client input through bufio.NewReader(conn), I'm handling them manually by returning the function if there's an error detected, therefore severing the goroutine and letting the main server run normally |
||
---|---|---|
cmd | ||
.gitignore | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
mini-chat
Tiny IRC-like chat server I'm building in Go