feat: use Standard Go Project Layout as project structure template
This commit is contained in:
parent
2eaad07c50
commit
06100b4209
@ -3,6 +3,12 @@ This is a template for Go application projects based on [Standard Go Project Lay
|
|||||||
|
|
||||||
### Build, run and debug application locally
|
### 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
|
### Build, run and debug application with docker
|
||||||
|
|
||||||
#### Create environment file for docker
|
#### Create environment file for docker
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user