Skip to content

Core-Tools/hsu-example1-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HSU Example1 Go

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.

Features

  • 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

Quick Start

# Build the project
make build

# Run the server
make run-srv

# In another terminal, run the client
make run-cli

Documentation

For comprehensive documentation, setup guides, and framework details, see: https://github.com/Core-Tools/docs/blob/main/README.md

Repository Structure

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors