module
Version:
v0.0.0-...-651cc80
Opens a new window with list of versions in this module.
Published: Apr 23, 2017
License: GPL-3.0
Opens a new window with license information.
README
¶
Go and Chat
Initial attempt at writing a client/server CLI chat program in GO.
This repo will build both the server and client binaries.
Installation
From source (assuming you have Go installed and on your PATH, and you have GOPATH set up)
-
'go get' the client go get github.com/michael-robbins/go-and-chat/cmd/gochat-client
-
That will install the client binary into $GOPATH/bin/gochat-client(.exe)
-
'go get' the server go get github.com/michael-robbins/go-and-chat/cmd/gochat-server
-
That will install the server binary into $GOPATH/bin/gochat-server(.exe)
-
(Optionally) copy the client (and optionally the server) into a local execution path (Eg. /usr/local/bin/)
Directories
¶
cmd
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.