summary refs log tree commit diff stats
path: root/init.go
Commit message (Expand)AuthorAgeFilesLines
* template initialization addedBen Morrison2019-05-131-9/+22
* fixed viper config parsing resulting in build errorsBen Morrison2019-05-131-2/+8
* help messageBen Morrison2019-05-131-1/+2
* changing flagsBen Morrison2019-05-131-8/+14
* handling viper error when binding to pflagsBen Morrison2019-05-131-1/+3
* watching for ^C. added comments.Ben Morrison2019-05-131-0/+25
* passing logfile as var to closing goroutine to prevent race conditionBen Morrison2019-05-121-9/+9
* added stdoutLogging bool and related configurationBen Morrison2019-05-121-26/+54
* config fleshed out; using viper+pflagBen Morrison2019-05-121-2/+76
* logging initialization in init()Ben Morrison2019-05-111-0/+27
104' href='#n104'>104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152