1
This commit is contained in:
parent
c0fb80dd05
commit
d219aee28f
4
app.go
4
app.go
@ -69,9 +69,9 @@ func (this *app) init(userApp UserApp) {
|
||||
_dbFilter = new(dbFilter)
|
||||
_dbFilter.init()
|
||||
_goStyleDb = new(dbPool)
|
||||
_goStyleDb.init()
|
||||
_goStyleDb.init(GO_STYLE_DB)
|
||||
_jsStyleDb = new(dbPool)
|
||||
_jsStyleDb.init()
|
||||
_jsStyleDb.init(JS_STYLE_DB)
|
||||
_httpCliMgr = new(HttpCliMgr)
|
||||
_httpCliMgr.init()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user