Skip to content

Commit 062ea8d

Browse files
committed
Fix package paths in protobuf descriptors and regenerate with gogo/protobuf
1 parent 3cccf5b commit 062ea8d

File tree

6 files changed

+776
-118
lines changed

6 files changed

+776
-118
lines changed

httpgrpc/httpgrpc.pb.go

Lines changed: 69 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

httpgrpc/httpgrpc.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ option (gogoproto.goproto_stringer_all) = false;
1111
option (gogoproto.goproto_unkeyed_all) = false;
1212
option (gogoproto.goproto_unrecognized_all) = false;
1313
option (gogoproto.goproto_sizecache_all) = false;
14-
option go_package = "github.com/weaveworks/common/httpgrpc";
1514

1615
service HTTP {
1716
rpc Handle(HTTPRequest) returns (HTTPResponse) {};

0 commit comments

Comments
 (0)