I'm using following command to generate proto code for golang:
protoc --go_out=../generated --go_opt=paths=source_relative \
--go-grpc_out=../generated --go-grpc_opt=paths=source_relative \
*.proto
I'm using in-built google/protobuf/struct.proto for unstructured data. However, I'm getting an error saying "google.protobuf.Struct" is not defined.