Added utils.GetPath(pathKey) for getting paths that can be overriden by a .env for local dev

This commit is contained in:
Paulo Truta
2021-02-17 12:35:22 +01:00
parent 59707b8abd
commit 2817628fef
3 changed files with 57 additions and 16 deletions
+3
View File
@@ -6,6 +6,9 @@
*.dylib
main
# Local .env file for overwriting info when doing local dev.
.env
# Test binary, built with `go test -c`
*.test