feat: use Standard Go Project Layout as project structure template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user