Skip to content

Commit

Permalink
Regenerate test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brandhorst committed Jul 9, 2017
1 parent 044d033 commit 7c36da3
Show file tree
Hide file tree
Showing 8 changed files with 693 additions and 553 deletions.
301 changes: 168 additions & 133 deletions protoc-gen-gopherjs/testdata/grpc_test/test.pb.gopherjs.go

Large diffs are not rendered by default.

303 changes: 169 additions & 134 deletions protoc-gen-gopherjs/testdata/grpc_test/test.pb.gopherjs.go.golden

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions protoc-gen-gopherjs/testdata/grpc_test/test.proto
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ message OtherReplyExtensions {
message Communique {
bool make_me_cry = 1;

// This is a oneof, called "union".
oneof union {
// This is a oneof, called "union_thing".
oneof union_thing {
int32 number = 5;
string name = 6;
bytes data = 7;
Expand Down
28 changes: 14 additions & 14 deletions protoc-gen-gopherjs/testdata/multi/multi1.pb.gopherjs.go

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

24 changes: 12 additions & 12 deletions protoc-gen-gopherjs/testdata/multi/multi2.pb.gopherjs.go

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

20 changes: 10 additions & 10 deletions protoc-gen-gopherjs/testdata/multi/multi3.pb.gopherjs.go

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

Loading

0 comments on commit 7c36da3

Please sign in to comment.