Refactor server package structure and update error handling methods; remove unused dependencies

This commit is contained in:
alex
2025-06-22 11:54:16 +03:00
parent eaff815270
commit 0d8673254e
9 changed files with 32 additions and 21 deletions

View File

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