From 06100b4209a3a558fb199849a7c1d48494751b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=24i=D1=85?= Date: Sun, 7 Aug 2022 00:59:03 +0300 Subject: [PATCH] feat: use Standard Go Project Layout as project structure template --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b8fffb0..deae4de 100644 --- a/README.md +++ b/README.md @@ -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