about summary refs log tree commit diff stats
path: root/usercount.go
Commit message (Collapse)AuthorAgeFilesLines
* newline at end of plaintext responsesBen Morrison2020-05-101-1/+1
|
* fixed bug in userCountQueryBen Morrison2020-05-101-2/+2
| | | | | was only returning a single user when there were multiple users. moved to absolute path for ls and strings.Fields().
* fixed json formatting: removed leading space, added trailing newlineBen Morrison2020-05-091-3/+3
|
* usercount query is doneBen Morrison2020-05-091-5/+24
|
* moved endpoint files out of internal moduleBen Morrison2020-05-081-0/+10