summary refs log tree commit diff stats
path: root/types.go
Commit message (Collapse)AuthorAgeFilesLines
* template initialization addedBen Morrison2019-05-131-7/+9
|
* serving css virtually instead of directlyBen Morrison2019-05-131-2/+3
|
* separating cache into its own libraryBen Morrison2019-05-131-2/+2
|
* fixed viper config parsing resulting in build errorsBen Morrison2019-05-131-0/+9
|
* removed unneeded config valuesBen Morrison2019-05-131-1/+0
| | | | added config options
* added stdoutLogging bool and related configurationBen Morrison2019-05-121-3/+4
|
* config fleshed out; using viper+pflagBen Morrison2019-05-121-7/+3
|
* commenting earlyBen Morrison2019-05-111-0/+3
|
* removed unneded conf fieldBen Morrison2019-05-111-7/+0
|
* skeleton handlers respondingBen Morrison2019-05-111-1/+2
|
* reorgBen Morrison2019-05-111-0/+2
|
* building the skeletonBen Morrison2019-05-101-0/+17
'n195' href='#n195'>195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264