1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-11 03:41:01 +00:00
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

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