about summary refs log tree commit diff stats
path: root/worker/handlers
diff options
context:
space:
mode:
authorReto Brunner <reto@labrat.space>2020-01-26 12:03:21 +0100
committerDrew DeVault <sir@cmpwn.com>2020-01-28 10:36:00 -0500
commit2a3d120d6f138918ba8e62f04db78c327cb3ec18 (patch)
tree45c142a59af82fa3b75562cd6c8f7dda2c007a4c /worker/handlers
parente78b7b85e4792f413175e13ef2fe437839b017a2 (diff)
downloadaerc-2a3d120d6f138918ba8e62f04db78c327cb3ec18.tar.gz
dirlist: remove not needed sort function
The docs of strings.Compare state:

> Compare is included only for symmetry with package bytes. It is usually
> clearer and always faster to use the built-in string comparison operators
> ==, <, >, and so on.

So let's do that.
Diffstat (limited to 'worker/handlers')
0 files changed, 0 insertions, 0 deletions
ik.com> 2015-03-16 23:41:01 -0700 941 - c++: basic break/loop conversion' href='/akkartik/mu/commit/cpp/.traces/subtract?h=main&id=decaddb418abcb6094e339f1b8dd4bb519b761ad'>decaddb4 ^
d61b4761 ^
6ca059ef ^
6f5d7864 ^
72cccd08 ^
c1a50c82 ^
57699011 ^
6f5d7864 ^
72cccd08 ^
c1a50c82 ^
57699011 ^
6f5d7864 ^
72cccd08 ^
c1a50c82 ^




57699011 ^
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