This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

  • David Greeson's avatar
    Separate server goroutine · 10a72994
    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