Basic HTTP servers (#2) and various improvements over docs.
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
|
||||
"go.dev.pztrn.name/featurer/server/internal/application"
|
||||
"go.dev.pztrn.name/featurer/server/internal/services/core/datastore"
|
||||
"go.dev.pztrn.name/featurer/server/internal/services/core/http"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -23,6 +24,7 @@ func main() {
|
||||
|
||||
// Initializing core services first.
|
||||
checkError(datastore.Initialize(app))
|
||||
checkError(http.Initialize(app))
|
||||
|
||||
// Then - features services.
|
||||
|
||||
|
Reference in New Issue
Block a user