mirror of https://github.com/grpc/grpc-go.git
fix a typo
This commit is contained in:
parent
8b08b2d7b2
commit
2d13f82261
|
@ -17,8 +17,7 @@ It has these top-level messages:
|
|||
*/
|
||||
package proto
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import math "math"
|
||||
import proto1 "github.com/golang/protobuf/proto"
|
||||
|
||||
import (
|
||||
context "golang.org/x/net/context"
|
||||
|
|
Loading…
Reference in New Issue