golang-chat-example icon indicating copy to clipboard operation
golang-chat-example copied to clipboard

Simple example to help me learn golang

Results 2 golang-chat-example issues
Sort by recently updated
recently updated
newest added

When tried to run go run client.go username showing me the following error. Connection refused: dial tcp [::1]:5555: connectex: No connection could be made because the target machine actively refused...

it happen this :imports ./util: non-canonical import path: "../.././util" should be "../../util" Is the version matter? go version go1.8 darwin/amd64