Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Add explicit go_package names to fix protoc generation error #30

Merged
merged 1 commit into from
Feb 26, 2023

Commits on Feb 25, 2023

  1. Add explicit go_package names to fix protoc generation error

    This is now required by upstream's protoc compiler, and the alternative
    (passing an explicit -M flag to the protoc invocation) is more
    frustrating to implement, since it needs to be done once for each file.
    
    See https://protobuf.dev/reference/go/go-generated/
    lfittl committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    81e20d5 View commit details
    Browse the repository at this point in the history