Skip to content

Commit

Permalink
utils包错误引用更新
Browse files Browse the repository at this point in the history
  • Loading branch information
107295472 committed Sep 13, 2018
1 parent 482e37f commit ea42f26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import (
"fmt"
"strings"
"time"
"yin/apiadmin/utils"

"github.com/george518/PPGo_ApiAdmin/utils"

"github.com/george518/PPGo_ApiAdmin/models"
cache "github.com/patrickmn/go-cache"
Expand Down
5 changes: 5 additions & 0 deletions utils/Cache.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package utils

import cache "github.com/patrickmn/go-cache"

var Che *cache.Cache

0 comments on commit ea42f26

Please sign in to comment.