From a1c14d8d1b467bfb726a7029a3fe4beed33956cb Mon Sep 17 00:00:00 2001
From: yanghui <yanghui@aiotlink.com>
Date: 星期二, 27 四月 2021 15:05:40 +0800
Subject: [PATCH] compile okay
---
logc.go | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/logc.go b/logc.go
index e3f36f5..030c621 100644
--- a/logc.go
+++ b/logc.go
@@ -2,7 +2,6 @@
import (
"basic.com/valib/bhomebus.git"
- "encoding/json"
"fmt"
"sync"
"time"
@@ -94,7 +93,7 @@
}
if msg == "" {
- retrun
+ return
}
log := &ScheduleLog{
--
Gitblit v1.8.0