Documentation ¶
Overview ¶
A very simple TCP server written in Go.
This is a toy project that I used to learn the fundamentals of writing Go code and doing some really basic network stuff.
Maybe it will be fun for you to read. It's not meant to be particularly idiomatic, or well-written for that matter.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReceiveChan = make(chan string)
View Source
var SendChan = make(chan string)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.