Hacker News new | ask | show | jobs
by ithkuil 4596 days ago
Very nice. It can be easily used to serve subtrees of another go web framework that accepts http.Handler (e.g. appengine):

    m := martini.Classic()
    // ...
    http.Handle("/", m)