summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2018-03-07 13:49:08 +0100
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2018-03-07 13:49:08 +0100
commitf855979587bd918f0d32c0caba79ab4b4aa531cf (patch)
treea152cd0f0153af13819291fcacb6a46eeeafb009 /examples
parent4c9b2143d39d09fd286ec79419b00852b5d181ff (diff)
downloadranger-f855979587bd918f0d32c0caba79ab4b4aa531cf.tar.gz
Avoid calling os.getcwd()
os.getcwd() dereferences symlinks and it's usually undesirable.

Fixes #1105.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions
2 -0400 worker/imap: use the IMAP connection from a single goroutine' href='/akspecs/aerc/commit/worker/imap/list.go?h=0.1.3&id=089740758c0f408a62de331990fe694d35bc8d1c'>0897407 ^
cc03f6f ^
25f21b5 ^
61f1b22 ^



25f21b5 ^





3a5b4c2 ^
cc03f6f ^
0897407 ^

3a5b4c2 ^
0897407 ^







cc03f6f ^
61f1b22 ^








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