This commit is contained in:
alex
2025-06-22 11:38:53 +03:00
parent d3b2944cd8
commit 07e1d3ecdd
7 changed files with 31 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
module server_v1
module github.com/akyaiy/GoSally-mvp/internal/server_v1
go 1.24.4

View File

@@ -6,6 +6,7 @@ import (
"net/http"
"os"
"path/filepath"
"github.com/akyaiy/GoSally-mvp/internal/config"
_ "github.com/go-chi/chi/v5"
)