Commit Graph

1 Commits

Author SHA1 Message Date
Castor Gemini c9255ec0f1 feat: Add Go example for correctly copying protobuf messages
- Demonstrates the use of 'proto.Clone()' to create a deep copy
  of a protobuf message before appending it to a slice.
- Contrasts this with the incorrect method of appending a pointer,
  which leads to unintended shared state.
2025-08-21 17:42:04 -05:00