Логика игры "Вечерний детектив" http сервер
Go to file
Владимир Фёдоров e1b342d12c add actions and auth 2025-05-17 12:08:44 +07:00
.vscode add actions and auth 2025-05-17 12:08:44 +07:00
api add actions and auth 2025-05-17 12:08:44 +07:00
cmd/evening_detective add actions and auth 2025-05-17 12:08:44 +07:00
internal add actions and auth 2025-05-17 12:08:44 +07:00
proto add actions and auth 2025-05-17 12:08:44 +07:00
static add admin 2025-05-15 02:16:18 +07:00
story add actions and auth 2025-05-17 12:08:44 +07:00
.drone.yml Initial commit 2025-05-12 17:10:48 +00:00
.gitignore add actions and auth 2025-05-17 12:08:44 +07:00
Dockerfile Initial commit 2025-05-12 17:10:48 +00:00
Makefile Initial commit 2025-05-12 17:10:48 +00:00
README.md Initial commit 2025-05-12 17:10:48 +00:00
docker-compose.yml Initial commit 2025-05-12 17:10:48 +00:00
go.mod add db 2025-05-17 04:36:06 +07:00
store.db add db 2025-05-17 04:36:06 +07:00

README.md

template

Шалон для Go сервисов (имя репо должно быть snake case)

Init

make generate
go mod tidy

Запуск

make run