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 21ec13f commit eae8a45Copy full SHA for eae8a45
state.go
@@ -1,9 +1,10 @@
1
package flagsmith
2
3
import (
4
+ "sync"
5
+
6
"github.com/Flagsmith/flagsmith-go-client/v4/flagengine/environments"
7
"github.com/Flagsmith/flagsmith-go-client/v4/flagengine/identities"
- "sync"
8
)
9
10
// environmentState is a locally cached environments.EnvironmentModel.
0 commit comments