You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to run a command and I get the following error
protoc \
--go_out=:pb \
--go-grpc_out=:pb \
--struct-transformer_out=package=transform,debug=false,goimports=true,paths=import:. \
./proto/user.proto
proto/user.proto: is a proto3 file that contains optional fields, but code generator protoc-gen-struct-transformer hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.--struct-transformer_out:
make: *** [genproto] Error 1
I try to run a command and I get the following error
proto file
The text was updated successfully, but these errors were encountered: