Updated documentation

This commit is contained in:
2024-03-07 18:09:51 +01:00
parent dde1b64e32
commit 525cf89539
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
)