Client initial commit.

This commit is contained in:
2024-12-10 18:55:23 -05:00
commit ca681f08cd
20 changed files with 870 additions and 0 deletions

8
server/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module server
go 1.21.6
require (
github.com/golang/protobuf v1.5.4 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)