chatty clone this https://github.com/4cecoder/chatty cd chatty build client ON YOUR local computer cd cmd/client/ && go build FOR THE SERVER: build the server cd cmd/server/ && go build