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:48:31 +03:00
parent 3293df4ede
commit a349fdda8e
5 changed files with 37 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ package flag
import (
"flag"
"go.unistack.org/micro/v3/config"
"go.unistack.org/micro/v4/config"
)
type sliceDelimKey struct{}
@@ -55,7 +55,6 @@ func FlagUsage(fn func()) config.Option {
return config.SetOption(flagSetUsageKey{}, fn)
}
type flagEnvKey struct{}
// FlagEnv set flag set usage func