README.md (262B)
1 # GoTel 2 3 Simple terminal multi-user chat program. 4 5 My attempt at learning golang. 6 7 ## Building and running 8 9 `go build client.go` 10 11 `go build server.go` 12 13 server: `./server` 14 15 client (remote or in another terminal locally): `./client` 16 17 The rest is self-explanatory 18