Skip to content
/ go-qotd Public
forked from ldb/go-qotd

Simple implementation of a Quote Of The Day (qotd) server in Go

Notifications You must be signed in to change notification settings

saayv1/go-qotd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-qotd

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.

About

Simple implementation of a Quote Of The Day (qotd) server in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 84.9%
  • Shell 15.1%