Fixed small typo, replaced DB connection details in Makefile by .env loading

This commit is contained in:
Paulo Truta
2021-02-17 12:10:15 +01:00
parent b04e854fdd
commit 59707b8abd
6 changed files with 60 additions and 30 deletions
+1
View File
@@ -4,5 +4,6 @@ go 1.15
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/joho/godotenv v1.3.0
gopkg.in/yaml.v2 v2.4.0
)