Skip to content

Commit

Permalink
Specify go_package in its full path (#1345)
Browse files Browse the repository at this point in the history
The newer version of protoc-gen-go doesn't support the current form.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
  • Loading branch information
kzys authored Apr 12, 2022
1 parent 2028de8 commit 8af6c33
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 153 deletions.
10 changes: 5 additions & 5 deletions internal/vmservice/vmservice.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/vmservice/vmservice.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = 'proto3';

package vmservice;
option go_package = "vmservice";
option go_package = "github.com/Microsoft/hcsshim/internal/vmservice";

import "google/protobuf/empty.proto";
import "google/protobuf/struct.proto";
Expand Down
Loading

0 comments on commit 8af6c33

Please sign in to comment.