fix: add const for test env

This commit is contained in:
Lakhan Samani
2022-06-09 23:13:22 +05:30
parent 78a673e4ad
commit 02eb1d6677
4 changed files with 13 additions and 7 deletions

View File

@@ -3,6 +3,8 @@ package constants
var VERSION = "0.0.1"
const (
// TestEnv is used for testing
TestEnv = "test"
// EnvKeyEnv key for env variable ENV
EnvKeyEnv = "ENV"
// EnvKeyEnvPath key for cli arg variable ENV_PATH