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
es supplied by p41nm47r1x' href='/danisanti/profani-tty/commit/themes/joker?id=6dabbbd54140fb161d2a03d6d3f4fe67585311c6'>6dabbbd5 ^
30b5f112 ^








6dabbbd5 ^




30b5f112 ^

71679a31 ^

6dabbbd5 ^


6dabbbd5 ^
30b5f112 ^
2f82f50a ^
86c1c388 ^
1a3dc91e ^
6dabbbd5 ^

30b5f112 ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
cd2458c0 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78