serving
serving copied to clipboard
apis: add go_package option to allow protoc to be able to generate Golang wrappers
This PR adds the go_package option to the .proto files used for the tensorflow serving API. This will allow protoc to be able to generate Golang wrappers.
See https://developers.google.com/protocol-buffers/docs/reference/go-generated#package for more info.
UPDATE: changed to match the same naming format as used by the main Tensorflow.