GoChat Chat with each other in the comand line Start go build server.go sample.go server.go user.go // 服务端 go build client.go // 客户端 ./server // 开启服务 ./client // 开启客户端,可开启多个