blob: af9bd1c63391bf68638ed7ba1c8018e6bba8be97 (
plain) (
tree)
|
|
# Framework
```sh
go install golang.org/x/tools/cmd/gonew@latest
gonew go.neonxp.ru/framework example.com/myproject
```
Запуск БД для разработки:
```sh
make dev-infra-up
```
Миграция
```sh
make init-dev
make migrate-dev
```
|