neate code
logc.go @@ -108,7 +108,7 @@ deliverLog(log, timeout) } func deliverLog(l LogPrinter, timeout time.Duration) { func deliverLog(l LogPrinter, timeout time.Duration) { select { case logCh <- l: return