Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张磊
/
FileStorageBeego
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a0dff914
authored
2013-11-21 22:19:19 +0800
by
astaxie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change third repo from other to beego
1 parent
c9418966
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
cache/memcache.go
cache/redis.go
config/xml.go
config/yaml.go
session/sess_mysql.go
session/sess_redis.go
cache/memcache.go
View file @
a0dff91
package
cache
import
(
"code.google.com/p/vitess/go/memcache"
"encoding/json"
"errors"
"github.com/beego/memcache"
)
type
MemcacheCache
struct
{
...
...
cache/redis.go
View file @
a0dff91
...
...
@@ -3,7 +3,7 @@ package cache
import
(
"encoding/json"
"errors"
"github.com/
garyburd
/redigo/redis"
"github.com/
beego
/redigo/redis"
)
var
(
...
...
config/xml.go
View file @
a0dff91
...
...
@@ -4,7 +4,7 @@ package config
import
(
"errors"
"github.com/
clbanning
/x2j"
"github.com/
beego
/x2j"
"io/ioutil"
"os"
"strconv"
...
...
config/yaml.go
View file @
a0dff91
...
...
@@ -4,7 +4,7 @@ import (
"bytes"
"encoding/json"
"errors"
"github.com/
wendal
/goyaml2"
"github.com/
beego
/goyaml2"
"io/ioutil"
"log"
"os"
...
...
session/sess_mysql.go
View file @
a0dff91
...
...
@@ -9,7 +9,7 @@ package session
import
(
"database/sql"
_
"github.com/
go-sql-driver
/mysql"
_
"github.com/
beego
/mysql"
"sync"
"time"
)
...
...
session/sess_redis.go
View file @
a0dff91
package
session
import
(
"github.com/
garyburd
/redigo/redis"
"github.com/
beego
/redigo/redis"
"strconv"
"strings"
"sync"
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment