feat: use Standard Go Project Layout as project structure template

This commit is contained in:
П$iх 2022-08-07 00:59:03 +03:00
parent 2eaad07c50
commit 06100b4209

View File

@ -3,6 +3,12 @@ This is a template for Go application projects based on [Standard Go Project Lay
### Build, run and debug application locally
#### Create environment file
Create and fill environment file from template `.env.dist`
``` shell
cp .env.dist .env
```
### Build, run and debug application with docker
#### Create environment file for docker