Skip to content

Commit

Permalink
Fix proto
Browse files Browse the repository at this point in the history
  • Loading branch information
landrito committed Aug 14, 2018
1 parent 5ecf8c7 commit dc85e07
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 57 deletions.
2 changes: 1 addition & 1 deletion schema/echo.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import "google/rpc/status.proto";

package google.showcase.v1alpha1;

option go_package = "github.com/googleapis/gapic-showcase/server/genproto"";
option go_package = "github.com/googleapis/gapic-showcase/server/genproto";
option java_package = "com.google.showcase.v1";

option (google.api.metadata) = {
Expand Down
113 changes: 57 additions & 56 deletions server/genproto/echo.pb.go

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

0 comments on commit dc85e07

Please sign in to comment.