update import

This commit is contained in:
astaxie 2014-04-03 16:46:47 +08:00
parent 3141202051
commit 244f27afdf
2 changed files with 4 additions and 0 deletions

View File

@ -208,6 +208,8 @@ import (
"net/http"
"net/http/httptest"
"testing"
"runtime"
"path/filepath"
_ "{{.Appname}}/routers"
"github.com/astaxie/beego"

2
new.go
View File

@ -176,6 +176,8 @@ import (
"net/http"
"net/http/httptest"
"testing"
"runtime"
"path/filepath"
_ "{{.Appname}}/routers"
"github.com/astaxie/beego"