hubcio opened a new issue, #1892:
URL: https://github.com/apache/iggy/issues/1892

   Following the reorganization of our examples directory structure (with Rust 
examples now in `examples/rust/`), we need to create comprehensive Go examples 
to showcase the Iggy Go SDK capabilities.
   
   ### Task
   Create a new `examples/go/` directory with Go examples that demonstrate 
various usage patterns of the Iggy Go SDK, similar to what we have for Rust.
   
   ### Requirements
   - Create examples that mirror the functionality of existing Rust examples 
where applicable
   - Follow Go project structure conventions (cmd/, internal/, etc. if needed)
   - Include a README.md with clear instructions on how to run each example
   - Use Go best practices and idiomatic code
   - Add go.mod and go.sum files with all required dependencies
   - Consider adding a script to test all examples (similar to 
`scripts/run-rust-examples-from-readme.sh`)
   
   ### Additional Context
   - Go SDK is located in `foreign/go/`
   - Reference the Rust examples in `examples/rust/` for feature parity
   - Examples should work with the latest version of the Go SDK
   - Use Go modules for dependency management


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to