main
shifu
Update go.mod to Go 1.23.0, add toolchain version, and adjust formatting in generated proto files for consistency.
add comments
Update .gitignore to remove generated proto file entries, streamlining the ignored files list.
Refactor generated Go files to remove unused imports and update type references from 'trade' and 'side' to their respective types, ensuring consistency across services.
Add example.go file demonstrating usage of Finam Trade API with gRPC client connections, data structures, and enums. Update README.md with new developer instructions for local development and module usage.
Update module replacement path in go.mod to reflect new repository location under 'shifu'.