Makefile, server entry point prototype, compareFiles function + other minor changes
This commit is contained in:
parent
2efb8c4130
commit
c1ccb61346
10 changed files with 139 additions and 56 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
client:
|
||||
go build -o bin/client cmd/client/main.go
|
||||
|
||||
server:
|
||||
go build -o bin/server cmd/server/main.go
|
||||
Loading…
Add table
Add a link
Reference in a new issue