Skip to content

Pre-generate Go protobuf code for zero-config user experience #219

@JoshuaChi

Description

@JoshuaChi

Problem

Go developers currently need to manually generate protobuf code from .proto files, which requires:

  • Installing protoc and protoc-gen-go plugins
  • Running complex protoc commands with custom options
  • Manually reorganizing generated files to match Go package structure (7+ mv commands)
  • Handling go_package path replacements

This creates a poor developer experience and high barrier to entry.

Solution

Pre-generate Go protobuf code in d-engine-proto/go/ directory and commit to repository.

Metadata

Metadata

Assignees

No one assigned

    Labels

    lang:goGo language client support and bindings

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions