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) { }