Skip to content

Instantly share code, notes, and snippets.

View ReactorboY's full-sized avatar
🏠
Chilling

Muhammad Hussain ReactorboY

🏠
Chilling
  • 16:11 (UTC +05:30)
View GitHub Profile
@ReactorboY
ReactorboY / main.go
Created August 8, 2022 16:20 — forked from enricofoltran/main.go
A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies
package main
import (
"context"
"flag"
"fmt"
"log"
"net/http"
"os"
"os/signal"