This example is based on istio.io/api project to generate all the go code based on provided proto files in various sub directories.
protoc --proto_path=$(pwd) --go_out=$(pwd)
--go_opt=paths=source_relative
networking/**/*.proto
security/**/*.proto
type/**/*.proto
analysis/**/*.proto
authentication/**/*.proto
meta/**/*.proto
telemetry/**/*.proto