...

Source file src/github.com/onsi/gomega/ghttp/protobuf/protobuf.go

Documentation: github.com/onsi/gomega/ghttp/protobuf

     1  package protobuf
     2  
     3  //go:generate protoc --go_out=. simple_message.proto
     4  

View as plain text