yanghui
2021-04-27 1cdf9c1408fc13df677e9f738e59fe46df86fc20
neate code
1个文件已修改
2 ■■■ 已修改文件
logc.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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