about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* alphabetized endpointsBen Morrison2020-05-071-6/+7
|
* no need for go.sum if there's no dependenciesBen Morrison2020-05-061-1/+0
|
* minor change to checking if logfile closed properly on SIGINTBen Morrison2020-05-061-2/+1
|
* passing logfile close channel as paramBen Morrison2020-05-062-6/+6
|
* using file logging and catching SIGINT to cleanly shut downBen Morrison2020-05-062-2/+42
|
* ignoring log fileBen Morrison2020-05-061-0/+1
|
* one validation function that branches off. be easier to test later.Ben Morrison2020-05-062-13/+17
|
* stubbing out the HTTP serverBen Morrison2020-05-054-0/+137
| | | | | Right now it won't do much. Working on parsing the request and routing it to the right place.
* ignoring binaryBen Morrison2020-05-051-0/+1
|
* initBen Morrison2020-05-054-0/+56