HSU Repository Portability Framework - Approach 1 (Single-Repository + Single-Language)
This is a demonstration repository showing how to structure a single-repository, single-language Go project using the HSU (Highly Structured Universal) Repository Portability Framework.
- gRPC-based Echo service implementation in Go
- Cross-platform build system with HSU Universal Makefile
- Repository-portable code structure
- Automated protobuf generation
- CLI and server implementations
# Build the project
make build
# Run the server
make run-srv
# In another terminal, run the client
make run-cliFor comprehensive documentation, setup guides, and framework details, see: https://github.com/Core-Tools/docs/blob/main/README.md
This repository demonstrates Approach 1: Single-Repository + Single-Language (Go only), providing a clean example of how HSU framework patterns work in a focused Go environment.