feat(wip): udp rework server side

This commit is contained in:
Toby 2023-07-23 11:42:52 -07:00
parent 6245f83262
commit a2fbcc6507
17 changed files with 554 additions and 513 deletions

View file

@ -4,6 +4,7 @@ go 1.20
require (
github.com/quic-go/quic-go v0.0.0-00010101000000-000000000000
go.uber.org/goleak v1.2.1
golang.org/x/time v0.3.0
)