about summary refs log tree commit diff stats
path: root/osversion.go
Commit message (Collapse)AuthorAgeFilesLines
* newline at end of plaintext responsesBen Morrison2020-05-101-1/+1
|
* fixed json formatting: removed leading space, added trailing newlineBen Morrison2020-05-091-3/+3
|
* eliminated query-specific cache checking functionsBen Morrison2020-05-091-27/+0
| | | | stub for uptime, will have to adjust output later.
* consolidated osversion functions to osversion.goBen Morrison2020-05-091-2/+28
|
* consolidating functionality to a single handlerBen Morrison2020-05-091-4/+23
| | | | also, making cache interaction more generic.
* moved endpoint files out of internal moduleBen Morrison2020-05-081-0/+10