1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# Framework ```sh go install golang.org/x/tools/cmd/gonew@latest gonew neonxp.ru/go/framework example.com/myproject ``` Запуск БД для разработки: ```sh make dev-infra-up ``` Миграция ```sh make init-dev make migrate-dev ```