summary refs log tree commit diff stats
path: root/svc/conf.go
Commit message (Expand)AuthorAgeFilesLines
* init staticAssets explicitly on startupBen Morrison2019-06-091-9/+0
* split db-specific funcs into separate filesBen Morrison2019-06-081-10/+14
* sqlite functionality addedBen Morrison2019-06-081-7/+3
* moved type declarations into respective filesBen Morrison2019-06-081-0/+28
* config and logging functions split into own fileBen Morrison2019-06-061-0/+187
a> 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116