Skip to content

Instantly share code, notes, and snippets.

View nagaprashanth0006's full-sized avatar

Naga Prashanth Subraveti nagaprashanth0006

  • Oracle
  • Bangalore
View GitHub Profile
@nagaprashanth0006
nagaprashanth0006 / main.go
Created June 30, 2020 07:07 — 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"