bmizerany / pat

MIT License
1.43k stars 115 forks source link

Changed implementation of splats to use named break #5

Closed georgerogers42 closed 12 years ago

bmizerany commented 12 years ago

Can you please squash these and put on top of master so we have one pretty commit without the ugly "Merge" commit?

bmizerany commented 12 years ago

Actually, the more I think about it, I think we can do away with "spalts". The net/http.ServeMux will give you everything after a / if the path ends with one. I feel we should stick with this convention. Thoughts?

georgerogers42 commented 12 years ago

That makes more sense i just did not know how the framework handled stuff after a directory route.