go-generate pb.go files and check in Travis to make sure they don't change (#1426)

This commit is contained in:
dfawley
2017-08-17 16:00:51 -07:00
committed by GitHub
parent 5d9b09e422
commit 25b4a426b4
37 changed files with 1920 additions and 574 deletions

View File

@ -16,6 +16,11 @@
*
*/
//go:generate protoc -I grpc_testing --go_out=plugins=grpc:grpc_testing/ grpc_testing/proto2.proto grpc_testing/proto2_ext.proto grpc_testing/proto2_ext2.proto grpc_testing/test.proto
// Note: grpc_testingv3/testv3.pb.go is not re-generated because it was
// intentionally generated by an older version of protoc-gen-go.
package reflection
import (