Add configuration and v1 server implementation; create handler methods for command execution and listing

This commit is contained in:
alex
2025-06-22 17:09:47 +03:00
parent c15e6c5b15
commit 27bda702bd
14 changed files with 10 additions and 8 deletions

3
logs/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/akyaiy/GoSally-mvp/logs
go 1.24.4