-
David Greeson authored
Using an error channel to pass back errors, now the server goroutine can be "smart" and tell the caller what went wrong using the channel. Then the panic won't get eaten and we can properly test.
10a72994
This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects
Using an error channel to pass back errors, now the server goroutine can be "smart" and tell the caller what went wrong using the channel. Then the panic won't get eaten and we can properly test.