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 729ada5 commit 6de02d2Copy full SHA for 6de02d2
localEvaluation/localEvaluation.go
@@ -41,7 +41,7 @@ type UserProperties struct {
41
TemplateId string `json:"template_id,omitempty"`
42
}
43
44
-func init() {
+func Init() {
45
err := godotenv.Load()
46
if err != nil {
47
fmt.Printf("No .env file found")
@@ -67,6 +67,7 @@ func init() {
67
68
69
func Initialize() {
70
+ Init()
71
config := local.Config{
72
Debug: LocalEvaluationConfigDebug,
73
ServerUrl: LocalEvaluationConfigServerUrl,
0 commit comments