Updated documentation

This commit is contained in:
Eduard Urbach 2024-03-07 18:09:51 +01:00
parent 8d8d4b94bc
commit a894123b80
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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
)