Skip to content

Commit

Permalink
Merge pull request #21 from go-masonry/feature/httputils_pkg
Browse files Browse the repository at this point in the history
change import package for proto
  • Loading branch information
bevgene authored Feb 9, 2021
2 parents 8adbb83 + 148816b commit a92a57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import (
"context"
"net/http"

"github.com/golang/protobuf/proto"
"github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"google.golang.org/protobuf/encoding/protojson"
"google.golang.org/protobuf/proto"
)

// ErrorMapper is a map function that maps HTTP Status Code into its gRPC counter part.
Expand Down

0 comments on commit a92a57b

Please sign in to comment.