目录结构调整,内部包引用调整为相对路径

This commit is contained in:
John
2017-11-27 12:08:43 +08:00
parent 19f249d8f6
commit 08ffefae4c
66 changed files with 85 additions and 162 deletions

View File

@ -5,7 +5,7 @@ import (
"errors"
"strings"
"strconv"
"gf/g/os/glog"
"../../os/glog"
"fmt"
)