A collection of trivial servers written in Go. This work spawned from reading the blog post "Three Dead Protocols". This is just an exercise in learning the Go language and its' idioms.
File: qotd-server.go
Specification: RFC 865 https://tools.ietf.org/html/rfc865
File: daytime-server.go
Specification: RFC 867 https://tools.ietf.org/html/rfc867
File: echo-server.go
Specification: RFC 862 https://tools.ietf.org/html/rfc862