We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cafa89 commit 5e9fb91Copy full SHA for 5e9fb91
pkg/environment/environment.go
@@ -5,7 +5,6 @@ import (
5
"os"
6
"slices"
7
"strconv"
8
- "sync"
9
10
"github.com/pkg/errors"
11
"github.com/rs/zerolog/log"
@@ -126,9 +125,9 @@ const (
126
125
)
127
128
var (
129
- pool substrate.Manager
130
- subURLs []string
131
- poolOnce sync.Once
+ pool substrate.Manager
+ subURLs []string
+ // poolOnce sync.Once
132
133
envDev = Environment{
134
RunningMode: RunningDev,
0 commit comments