From 3d7354b9d286eb75cbcc1b760b20741a2f2f6394 Mon Sep 17 00:00:00 2001 From: ysqi Date: Sun, 24 Jan 2016 11:10:04 +0800 Subject: [PATCH] import reset --- tree.go | 5 +++-- tree_test.go | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tree.go b/tree.go index a151b15d..3f413325 100644 --- a/tree.go +++ b/tree.go @@ -15,11 +15,12 @@ package beego import ( - "github.com/astaxie/beego/context" - "github.com/astaxie/beego/utils" "path" "regexp" "strings" + + "github.com/astaxie/beego/context" + "github.com/astaxie/beego/utils" ) var ( diff --git a/tree_test.go b/tree_test.go index 168c9020..9f21c18c 100644 --- a/tree_test.go +++ b/tree_test.go @@ -15,9 +15,10 @@ package beego import ( - "github.com/astaxie/beego/context" "strings" "testing" + + "github.com/astaxie/beego/context" ) type testinfo struct {