Added basic routing

This commit is contained in:
2023-07-09 12:42:33 +02:00
parent cdc8303c74
commit 1357c04549
5 changed files with 534 additions and 11 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.akyoto.dev/go/router
go 1.20