fix(lint): remove unused grpc imports from auth_client after commenting out connectToService
This commit is contained in:
@@ -2,13 +2,11 @@
|
|||||||
package grpc
|
package grpc
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"git.dcentral.systems/toolz/goplt/pkg/registry"
|
"git.dcentral.systems/toolz/goplt/pkg/registry"
|
||||||
"git.dcentral.systems/toolz/goplt/pkg/services"
|
"git.dcentral.systems/toolz/goplt/pkg/services"
|
||||||
"google.golang.org/grpc"
|
|
||||||
"google.golang.org/grpc/credentials/insecure"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// AuthClient implements AuthServiceClient using gRPC.
|
// AuthClient implements AuthServiceClient using gRPC.
|
||||||
|
|||||||
Reference in New Issue
Block a user