Skip to content

Commit 6da0a85

Browse files
committed
fix: remove unused code
1 parent 116972d commit 6da0a85

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

server/constants/env.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ package constants
33
var VERSION = "0.0.1"
44

55
const (
6-
// Envstore identifier
7-
// StringStore string store identifier
8-
// StringStoreIdentifier = "stringStore"
9-
// // BoolStore bool store identifier
10-
// BoolStoreIdentifier = "boolStore"
11-
// // SliceStore slice store identifier
12-
// SliceStoreIdentifier = "sliceStore"
13-
146
// EnvKeyEnv key for env variable ENV
157
EnvKeyEnv = "ENV"
168
// EnvKeyEnvPath key for cli arg variable ENV_PATH

0 commit comments

Comments
 (0)