Files
Sebastiaan van Stijn 5ef537b387 cmd/protoc-gen-go-fieldpath: add support for optional fields
generating protos produced a warning:

    WARN plugin "protoc-gen-go-fieldpath" does not support required features. Feature "proto3 optional" is required by 1 file(s): services/images/v1/images.proto

Implement handling for optional fields (nillable / pointer)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-02-17 20:07:31 +01:00
..