New Project Structure - Encryption From and to Server

This commit is contained in:
Pablu23
2023-11-11 00:09:11 +01:00
parent 82ca232d61
commit 2c83751574
14 changed files with 396 additions and 340 deletions

View File

@@ -2,4 +2,7 @@ build:
go build -o bin/helloGo main.go client.go packets.go server.go
server:
go run main.go server.go client.go packets.go server
go run main.go server
test:
go run main.go client testFiles/testFile