Skip to content

Instantly share code, notes, and snippets.

View digitalcraftsman's full-sized avatar
💭
I may be slow to respond.

digitalcraftsman

💭
I may be slow to respond.
View GitHub Profile
@digitalcraftsman
digitalcraftsman / README.md
Last active August 29, 2015 14:21
Goji - adding routes based on a map
@digitalcraftsman
digitalcraftsman / main.go
Created June 9, 2015 10:56
Make net/http handler compatible with httprouter
package api
import (
"net/http"
"github.com/gorilla/context"
"github.com/julienschmidt/httprouter"
)
// This rapper provides an easy interface to transform http handlers of