mirror of https://github.com/grpc/grpc-go.git
Small fix to client.go
This commit is contained in:
parent
d83ccd2feb
commit
9ff931f934
|
@ -63,9 +63,8 @@ func printFeature(client pb.RouteGuideClient, point *pb.Point) {
|
|||
feature, err := client.GetFeature(context.Background(), point)
|
||||
if err != nil {
|
||||
log.Fatalf("%v.GetFeatures(_) = _, %v: ", client, err)
|
||||
} else {
|
||||
log.Println(feature)
|
||||
}
|
||||
log.Println(feature)
|
||||
}
|
||||
|
||||
// printFeatures lists all the features within the given bounding Rectangle.
|
||||
|
|
Loading…
Reference in New Issue