gogo / grpc-example

An example of using Go gRPC and tools from the greater gRPC ecosystem together with the GoGo Protobuf Project.
Other
453 stars 87 forks source link

Add third_party/OpenAPI/README.md #15

Closed yurishkuro closed 6 years ago

yurishkuro commented 6 years ago

Resolves #14.

johanbrandhorst commented 6 years ago

The build error is because the job that checks that the statik files don't need regenerating is failing. Since you added a file to the third_party folder, the statik files will need regenerating ;).

johanbrandhorst commented 6 years ago

make regenerate should do it.

johanbrandhorst commented 6 years ago

Thanks for your contribution!