Skip to content

HenryXiloj/golang-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Go Demos Collection

A collection of Go programming demonstrations and practical examples. Each demo is self-contained with its own documentation and setup instructions.

About

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.

Demos

A demonstration of connecting to multiple database systems simultaneously (MySQL, PostgreSQL, and Oracle) using clean architecture pattern.

→ View Demo Documentation


More demos coming soon...

Getting Started

  1. Clone this repository:
git clone https://github.com/HenryXiloj/demos-go.git
cd demos-go
  1. Navigate to any demo directory:
cd multi-datasource-go
  1. Follow the demo's README.md for specific setup instructions.

Prerequisites

  • 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.

About

Practical Go examples covering databases, APIs, and design patterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages