Skip to content

Instantly share code, notes, and snippets.

View mingming-lu's full-sized avatar
🌴
On vacation

Lu Mingming mingming-lu

🌴
On vacation
  • Earth, not the Planet Meow
View GitHub Profile
@mingming-lu
mingming-lu / main.go
Created June 6, 2018 13:57 — 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"