Replaced Beego logging

This commit is contained in:
Deluan 2020-01-08 20:45:07 -05:00 committed by Deluan Quintão
parent 6eda38a951
commit 84d69a4f41
28 changed files with 559 additions and 282 deletions

View file

@ -1,4 +1,5 @@
package api_test
//
//import (
// "encoding/xml"
@ -92,7 +93,7 @@ package api_test
//
//func TestContext(t *testing.T) {
// tests.Init(t, false)
// beego.Router("/rest/mocktest", &mockController{})
// log.Router(r, "/rest/mocktest", &mockController{})
//
// Convey("Subject: Context", t, func() {
// _, w := GetWithHeader("/rest/mocktest?u=deluan&p=wordpass&c=testClient&v=1.0.0", "X-Request-Id", "123123", "TestContext")