From 6da0a85936143fdfea5181a6efa02bc73fa56f7b Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Sat, 4 Jun 2022 09:26:02 +0530 Subject: [PATCH] fix: remove unused code --- server/constants/env.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/server/constants/env.go b/server/constants/env.go index 4f02e64..e8c88df 100644 --- a/server/constants/env.go +++ b/server/constants/env.go @@ -3,14 +3,6 @@ package constants var VERSION = "0.0.1" const ( - // Envstore identifier - // StringStore string store identifier - // StringStoreIdentifier = "stringStore" - // // BoolStore bool store identifier - // BoolStoreIdentifier = "boolStore" - // // SliceStore slice store identifier - // SliceStoreIdentifier = "sliceStore" - // EnvKeyEnv key for env variable ENV EnvKeyEnv = "ENV" // EnvKeyEnvPath key for cli arg variable ENV_PATH