My Go API This is a simple Go API that serves a "Hello, World!" message and a health check endpoint. Endpoints GET /: Returns "Hello, World!" GET /health: Returns "OK" Running the API Using Docker Build the Docker image: docker build -t my-go-api .