Skip to content

Commit

Permalink
关键字修改
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaojun committed Feb 22, 2019
1 parent be33d86 commit 57ed358
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 25 deletions.
83 changes: 59 additions & 24 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ var CsrfExcept *ini.File
var RootPath string

func init() {
RootPath="/Users/fuxiaojun/data/golang/gopath/src/go-gin-mvc"
//RootPath项目绝对路径
RootPath="/Users/baidu/data/golang/gopath/src/go-gin-mvc"
var err error
Config, err = ini.Load(RootPath+"/conf/config.ini");
if err != nil {
Expand Down

0 comments on commit 57ed358

Please sign in to comment.