A simple Go application that provides a health check endpoint (/health
). This project is packaged with Docker for easy deployment.
- Lightweight Go-based web server
- Health check endpoint (
/health
) returns a simple JSON response - Easy-to-use Docker container for deployment
git clone https://github.com/your-username/health-check-go.git
cd health-check-go