Шалон для Go сервисов
Go to file Use this template
Владимир Фёдоров 90b1937707 add build command 2024-05-19 19:13:51 +07:00
.gitea add deploy 2024-05-19 19:04:02 +07:00
api fix 2024-05-19 18:53:17 +07:00
cmd/${REPO_NAME_SNAKE} add README.md 2024-05-19 18:44:55 +07:00
internal/app fix 2024-05-19 18:57:32 +07:00
.drone.yml add deploy 2024-05-19 19:04:02 +07:00
.gitignore fix 2024-05-19 18:53:17 +07:00
Dockerfile add build command 2024-05-19 19:13:51 +07:00
Makefile add build command 2024-05-19 19:13:51 +07:00
README.md add deploy 2024-05-19 19:04:02 +07:00
docker-compose.yml add deploy 2024-05-19 19:04:02 +07:00
go.mod fix 2024-05-19 18:57:32 +07:00

README.md

template

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

Init

make generate
go mod tidy

Запуск

make run