Skip to content

Commit 8179d6b

Browse files
authored
Remove unused import in client.go (#42)
Delete unused time import in client
1 parent 4de7fe6 commit 8179d6b

File tree

1 file changed

+0
-1
lines changed
  • codelabs/grpc-go-getting-started/completed/client

1 file changed

+0
-1
lines changed

codelabs/grpc-go-getting-started/completed/client/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"context"
66
"flag"
77
"log"
8-
"time"
98

109
"google.golang.org/grpc"
1110
"google.golang.org/grpc/credentials/insecure"

0 commit comments

Comments
 (0)