mirror of
https://github.com/vbatts/imgsrv.git
synced 2025-01-12 23:20:06 +00:00
removing unused things
This commit is contained in:
parent
70072f7a59
commit
ff0998af4c
1 changed files with 5 additions and 9 deletions
|
@ -18,15 +18,11 @@ import (
|
||||||
"github.com/vbatts/imgsrv/hash"
|
"github.com/vbatts/imgsrv/hash"
|
||||||
"github.com/vbatts/imgsrv/types"
|
"github.com/vbatts/imgsrv/types"
|
||||||
"github.com/vbatts/imgsrv/util"
|
"github.com/vbatts/imgsrv/util"
|
||||||
"labix.org/v2/mgo"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
defaultPageLimit int = 25
|
defaultPageLimit int = 25
|
||||||
serverConfig config.Config
|
serverConfig config.Config
|
||||||
|
|
||||||
mongo_session *mgo.Session // FIXME make this not global
|
|
||||||
images_db *mgo.Database // FIXME make this not global
|
|
||||||
du dbutil.Util
|
du dbutil.Util
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue