Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 456 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 456 Bytes

SimpleRouter

Go Reference

The base HTTP package does too little
Any routing package does too much
This one aims to do juuuuust enough

This basically abstracts away some boilerplate code, and tries not to be too fancy.
Check out the examples to know how to use the package, althought it should be fairly straight forward.