package main import "git.dev-null.rocks/alexohneander/gosearch/internal/http" func main() { // Start HTTP Server http.StartService() }