move to micro v4
All checks were successful
test / test (push) Successful in 2m41s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-07 12:41:35 +03:00
parent bd465fdb70
commit cec4451e47
5 changed files with 42 additions and 21 deletions

4
env.go
View File

@@ -9,8 +9,8 @@ import (
"strings"
"dario.cat/mergo"
"go.unistack.org/micro/v3/config"
rutil "go.unistack.org/micro/v3/util/reflect"
"go.unistack.org/micro/v4/config"
rutil "go.unistack.org/micro/v4/util/reflect"
)
var DefaultStructTag = "env"