From 3f7ecea0890cca03fa6ed38118f58fcb8928248e Mon Sep 17 00:00:00 2001 From: astaxie Date: Mon, 4 Aug 2014 20:52:11 +0800 Subject: [PATCH] beego: Display function move from toolbox to utils --- {toolbox => utils}/debug.go | 2 +- {toolbox => utils}/debug_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {toolbox => utils}/debug.go (99%) rename {toolbox => utils}/debug_test.go (97%) 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"