Skip to content

Instantly share code, notes, and snippets.

View iozozturk's full-sized avatar
Charging

ismet özöztürk iozozturk

Charging
View GitHub Profile
@husobee
husobee / main.go
Created December 22, 2015 02:16
simple golang http middleware chaining example
package main
import (
"fmt"
"net/http"
"time"
"golang.org/x/net/context"
"github.com/husobee/backdrop"