Simple implementation of a Quote Of The Day (qotd) server in Go
First steps in Go.
Run server using go run main.go [port] [quotes.csv]
and call it via curl: curl localhost:[port]
For convenience I added a small script to download some quotes from Forismatic.com.
Check out takeyourhatoffs implementation which is highly optimized as well :)