This commit is contained in:
nic
2025-07-23 17:56:38 +03:00
parent a31b9310a2
commit 1c181d7e22
10 changed files with 196 additions and 44 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ package main
import (
"log/slog"
"github.com/rombintu/godpn/internal/tracker"
"github.com/rombintu/godpn/internal/coordinator"
)
func main() {
server := tracker.NewServer()
server := coordinator.NewServer()
server.Configure()
if err := server.Run(); err != nil {
slog.Info(err.Error())