feat: Update Fiber version to v2 and update internal controller and search logic to use new index module
This commit is contained in:
4
main.go
4
main.go
@@ -2,11 +2,11 @@ package main
|
||||
|
||||
import (
|
||||
"git.dev-null.rocks/alexohneander/gosearch/internal/http"
|
||||
"git.dev-null.rocks/alexohneander/gosearch/pkg/search"
|
||||
"git.dev-null.rocks/alexohneander/gosearch/pkg/index"
|
||||
)
|
||||
|
||||
func main() {
|
||||
search.TestIndex()
|
||||
index.TestIndex()
|
||||
|
||||
// Start HTTP Server
|
||||
http.StartService()
|
||||
|
Reference in New Issue
Block a user