protocolbuffers / protocolbuffers/protocolbuffers.github.io
Protocol Buffers Well-Known Types: missing import statement guidance
Open
@jguamie is already working on this.
Since Oct 17, 2025.
- Dominant language
- HTML
- Stars
- 69
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
Some (all?) of the well-known types require an import statement to use (e.g. import "google/protobuf/timestamp.proto").
Without the import statements, code generation won't work.
The documentation neglected to mention this fact. Please improve the documentation so that every well known type is accompanied with the import file required for its usage.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.