Sorry for the maintenance, the project is based on some packages that are no longer maintained, so it may not work properly or at all over time. I'll probably do a next chat.
go get -u github.com/AslakOffi/ChatAppGo/server
go get -u github.com/AslakOffi/ChatAppGo/clientPour démarrer le serveur :
cd $GOPATH/src/github.com/AslakOffi/ChatAppGo
go run server/server.goPour démarrer un nouveau client :
go run client/client.go