Skip to content

Instantly share code, notes, and snippets.

View sandipb's full-sized avatar

Sandip Bhattacharya sandipb

View GitHub Profile
@sandipb
sandipb / main.go
Last active March 22, 2018 00:54
Golang web handlers and sigpipe
package main
import (
"bytes"
"flag"
"log"
"net/http"
"os"
"os/signal"
"strconv"
@sandipb
sandipb / README.md
Last active January 20, 2024 22:40
Avro schema for weather data