阿巴阿巴
This commit is contained in:
@@ -30,6 +30,6 @@ func (t *TestBoot) Run() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func NewTestBoot(q *query.Query) *TestBoot {
|
||||
return &TestBoot{q}
|
||||
func NewTestBoot(q []*query.Query) *TestBoot {
|
||||
return &TestBoot{q[0]}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user