summary refs log tree commit diff stats
path: root/svc/query.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-12-19 00:30:57 -0500
committerBen Morrison <ben@gbmor.dev>2019-12-19 00:30:57 -0500
commit04ad0e787aee45a3aae6722519aaac92b8ac6e86 (patch)
treedcf27aff33f82da138713f6084544417273baed4 /svc/query.go
parent7ed96c765c55ef57c5f57286a7ad1ed7ba02d490 (diff)
downloadgetwtxt-04ad0e787aee45a3aae6722519aaac92b8ac6e86.tar.gz
minor refactor of apiEndpointHandler():
reduced early returns
removed unnecessary switch statement
Diffstat (limited to 'svc/query.go')
0 files changed, 0 insertions, 0 deletions
?h=v0.1&id=8af4945c9841b23224c6f76460278f67947fd01e'>8af4945 ^
1dcdbca ^
8af4945 ^








faad362 ^




















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