mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-06-15 20:33:36 +00:00
d57037273c
The testing package does not allow t.Fatal to be called from a different goroutine; however, we do that if the testing server fails listen or accept connections. Since that is unexpected and rare, this patch turns those calls into panics.