From e42b5e7914ee1d1657d1eb8f22be47f6a77b0d2f Mon Sep 17 00:00:00 2001
From: yanghui <yanghui@aiotlink.com>
Date: 星期四, 22 四月 2021 19:57:54 +0800
Subject: [PATCH] empty implementation to make complier happy
---
logc.go | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/logc.go b/logc.go
index 79462d9..118e012 100644
--- a/logc.go
+++ b/logc.go
@@ -2,6 +2,8 @@
import (
"basic.com/valib/bhomebus.git"
+ "bytes"
+ "net/url"
"encoding/json"
"fmt"
@@ -137,4 +139,6 @@
}
}
+func Log(userName, method, path, contentType string, body *bytes.Buffer, values url.Values) {
+}
--
Gitblit v1.8.0