Skip to content

Commit

Permalink
Fix the import for io and wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed Dec 22, 2020
1 parent 0f611f1 commit 3264d46
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ package main

import (
"context"
"google.golang.org/grpc"
"io"
"log"
pb "ordermgt/client/ecommerce"
"time"

wrapper "github.com/golang/protobuf/ptypes/wrappers"
"google.golang.org/grpc"
)

const (
Expand Down

0 comments on commit 3264d46

Please sign in to comment.