Updated documentation

This commit is contained in:
2024-03-07 18:09:51 +01:00
parent 37d174eec3
commit 0ce58609c1
6 changed files with 38 additions and 35 deletions

4
go.mod
View File

@ -1,8 +1,8 @@
module git.akyoto.dev/go/server
go 1.20
go 1.22
require (
git.akyoto.dev/go/assert v0.1.2
git.akyoto.dev/go/assert v0.1.3
git.akyoto.dev/go/router v0.1.1
)