Added Ip Address for request to cli removed print for speed

This commit is contained in:
Pablu23
2023-11-27 14:38:51 +01:00
parent 2374827f5a
commit d812180ce0
4 changed files with 10 additions and 7 deletions

View File

@@ -5,4 +5,7 @@ server:
go run main.go server
test:
go run main.go client testFiles/testFile
go run main.go client testFiles/testFile 0.0.0.0:13374
win:
GOOS=windows GOARCH=amd64 go build -o bin/app-amd64.exe main.go