fix: remove unused code

This commit is contained in:
Lakhan Samani 2022-06-04 09:26:02 +05:30
parent 116972d725
commit 6da0a85936

View File

@ -3,14 +3,6 @@ package constants
var VERSION = "0.0.1" var VERSION = "0.0.1"
const ( 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 key for env variable ENV
EnvKeyEnv = "ENV" EnvKeyEnv = "ENV"
// EnvKeyEnvPath key for cli arg variable ENV_PATH // EnvKeyEnvPath key for cli arg variable ENV_PATH