about summary refs log tree commit diff stats
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* consolidating functionality to a single handlerBen Morrison2020-05-091-1/+1
| | | | also, making cache interaction more generic.
* 404 for favicon.icoBen Morrison2020-05-071-0/+3
|
* passing logfile close channel as paramBen Morrison2020-05-061-3/+4
|
* using file logging and catching SIGINT to cleanly shut downBen Morrison2020-05-061-2/+18
|
* one validation function that branches off. be easier to test later.Ben Morrison2020-05-061-1/+1
|
* stubbing out the HTTP serverBen Morrison2020-05-051-0/+22
Right now it won't do much. Working on parsing the request and routing it to the right place.