diff --git a/toolbox/debug.go b/utils/debug.go similarity index 99% rename from toolbox/debug.go rename to utils/debug.go index 3b0ee803..972b2c5b 100644 --- a/toolbox/debug.go +++ b/utils/debug.go @@ -7,7 +7,7 @@ // @license http://github.com/astaxie/beego/blob/master/LICENSE // // @authors astaxie -package toolbox +package utils import ( "bytes" diff --git a/toolbox/debug_test.go b/utils/debug_test.go similarity index 97% rename from toolbox/debug_test.go rename to utils/debug_test.go index 08f0661f..40598551 100644 --- a/toolbox/debug_test.go +++ b/utils/debug_test.go @@ -7,7 +7,7 @@ // @license http://github.com/astaxie/beego/blob/master/LICENSE // // @authors astaxie -package toolbox +package utils import ( "testing"