Skip to content

Instantly share code, notes, and snippets.

@thezelus
thezelus / gist:ff21fd68c35fc84fc7c2
Created January 9, 2016 22:20 — forked from debasishg/gist:8172796
A collection of links for streaming algorithms and data structures
  1. General Background and Overview
@thezelus
thezelus / server.go
Last active January 12, 2023 07:27
golang NewSingleHostReverseProxy + gorilla mux
package main
import (
"net/http"
"net/http/httputil"
"net/url"
"github.com/gorilla/mux"
)