mirror of
https://github.com/dolphin-emu/codesearch-ui.git
synced 2026-01-31 01:15:18 +01:00
Down-integrate changes from Kythe to the http_server code.
This commit is contained in:
@@ -87,7 +87,7 @@ func main() {
|
||||
}
|
||||
defer db.Close()
|
||||
tbl := &table.KVProto{db}
|
||||
xs = &xsrv.Table{tbl}
|
||||
xs = xsrv.NewCombinedTable(tbl)
|
||||
ft = &ftsrv.Table{tbl}
|
||||
esr = &esrchsrv.Table{&table.KVInverted{db}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user