Compare commits

...

1 Commits

Author SHA1 Message Date
9f484366bb update readme 2025-07-15 02:27:24 +07:00
2 changed files with 8 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1,6 +1,6 @@
# template
# evening_detective
Шалон для Go сервисов (имя репо должно быть snake case)
Сервис игры "Вечерний детектив"
Init
@ -14,3 +14,9 @@ go mod tidy
```shell
make run
```
Сборка
```shell
make build
```