From 7d9d007e986518fb0fe4d07e689859ba7e42489f Mon Sep 17 00:00:00 2001 From: mustafalasheen Date: Tue, 15 Apr 2025 15:59:47 +0200 Subject: [PATCH] Initial commit: Go starter template --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2ebee2 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Ghaymah Go Starter + +A simple Go HTTP server displaying "MARHABA in Ghaymah". + +## Features +- Minimal Go HTTP server +- Docker support +- Easy to understand codebase + +## Setup and Run +1. Clone the repository: +```bash +git clone https://github.com/GhaymahCloud/Ghaymah-go-starter.git \ No newline at end of file