This commit is contained in:
ysqi 2016-02-12 11:36:59 +08:00
parent d35c50a8e0
commit 23860e6807
2 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@
package beego
import (
"fmt"
"html/template"
"os"
"path/filepath"
"strings"
"fmt"
"github.com/astaxie/beego/config"
"github.com/astaxie/beego/session"

View File

@ -7,8 +7,8 @@ import (
"io"
"io/ioutil"
"os"
"testing"
"path/filepath"
"testing"
)
var currentWorkDir, _ = os.Getwd()