This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix import path
for-closed-social
Soputtra San
9 years ago
parent
fc7959d3bc
commit
1f1abb17e2
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