This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix import path
tags/v1.2.0-rc1
Soputtra San
9 years ago
parent
20f3397f8c
commit
84ea4b684f
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/setting/setting_memcache.go
+2
-2
modules/setting/setting_redis.go
+ 1
- 1
modules/setting/setting_memcache.go
View File
@@ -7,7 +7,7 @@
package setting
import (
_ "github.com/macaron
-contrib
/cache/memcache"
_ "github.com/
go-
macaron/cache/memcache"
)
func init() {
+ 2
- 2
modules/setting/setting_redis.go
View File
@@ -7,8 +7,8 @@
package setting
import (
_ "github.com/macaron
-contrib
/cache/redis"
_ "github.com/macaron
-contrib
/session/redis"
_ "github.com/
go-
macaron/cache/redis"
_ "github.com/
go-
macaron/session/redis"
)
func init() {
Write
Preview
Loading…
Cancel
Save