From 1cdf9c1408fc13df677e9f738e59fe46df86fc20 Mon Sep 17 00:00:00 2001
From: yanghui <yanghui@aiotlink.com>
Date: 星期二, 27 四月 2021 17:27:09 +0800
Subject: [PATCH] neate code
---
logc.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/logc.go b/logc.go
index 030c621..6e73c7a 100644
--- a/logc.go
+++ b/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
--
Gitblit v1.8.0