Initial commit -- Router and add AddRoute method and tests.

This commit is contained in:
2020-08-30 16:29:15 -07:00
commit 01852dbaf5
4 changed files with 149 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/nolwn/go-router
go 1.14