diff options
Diffstat (limited to 'vendor/github.com/onsi/gomega/ghttp/protobuf/protobuf.go')
-rw-r--r-- | vendor/github.com/onsi/gomega/ghttp/protobuf/protobuf.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/ghttp/protobuf/protobuf.go b/vendor/github.com/onsi/gomega/ghttp/protobuf/protobuf.go new file mode 100644 index 000000000..b2972bc9f --- /dev/null +++ b/vendor/github.com/onsi/gomega/ghttp/protobuf/protobuf.go @@ -0,0 +1,3 @@ +package protobuf + +//go:generate protoc --go_out=. simple_message.proto |