A collection of Go programming demonstrations and practical examples. Each demo is self-contained with its own documentation and setup instructions.
This repository contains multiple Go demos showcasing different concepts, patterns, and integrations. Each demo is located in its own directory with a dedicated README.md explaining the implementation details.
A demonstration of connecting to multiple database systems simultaneously (MySQL, PostgreSQL, and Oracle) using clean architecture pattern.
More demos coming soon...
- Clone this repository:
git clone https://github.com/HenryXiloj/demos-go.git
cd demos-go
- Navigate to any demo directory:
cd multi-datasource-go
- Follow the demo's README.md for specific setup instructions.
- Go 1.21 or higher
- Docker and Docker Compose (for demos requiring databases)
Each demo has its own detailed documentation. Click on the demo links above to learn more.