fixed dep verisons for uuid. finished passing env around

This commit is contained in:
luke.rodham
2018-01-04 10:59:03 +00:00
parent 558e986a0f
commit 1e57ce3d8d
4 changed files with 46 additions and 63 deletions
+1
View File
@@ -62,5 +62,6 @@ func (r *DefaultRouter) addRoute(m, p string, h Handler) {
Method: m,
Path: p,
Handler: h,
Env: r.env,
})
}