Initial release.
This commit is contained in:
brent saner
2024-07-09 23:40:20 -04:00
parent 7ce62f8107
commit d4bb259b83
27 changed files with 4673 additions and 12 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module r00t2.io/wireproto
go 1.23
require (
github.com/google/uuid v1.6.0
r00t2.io/goutils v1.7.0
)