Skip to content

Instantly share code, notes, and snippets.

@maxstreese
maxstreese / main.go
Created August 16, 2018 21:13 — forked from husobee/main.go
simple golang http middleware chaining example
package main
import (
"fmt"
"net/http"
"time"
"golang.org/x/net/context"
"github.com/husobee/backdrop"