1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +02:00

config/cmd: remove 8 unused variables (#1175)

This commit is contained in:
Lars Lehtonen
2020-02-08 03:19:10 -08:00
committed by GitHub
parent 67acd9288b
commit ca1d0b94c3

View File

@ -311,16 +311,6 @@ var (
"service": sAuth.NewAuth,
"jwt": jwtAuth.NewAuth,
}
// used for default selection as the fall back
defaultClient = "grpc"
defaultServer = "grpc"
defaultBroker = "eats"
defaultRegistry = "mdns"
defaultSelector = "registry"
defaultTransport = "http"
defaultRuntime = "local"
defaultStore = "memory"
)
func init() {