about summary refs log tree commit diff stats
path: root/lib/keepalive_dummy.go
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2021-12-11 23:20:53 +0100
committerRobin Jarry <robin@jarry.cc>2021-12-11 23:24:08 +0100
commitb331371a6585b6a0cba678b2deba332e470a478b (patch)
tree12d2efafdd6f209eaf0a3ad53dea7d071a24fa35 /lib/keepalive_dummy.go
parent6857ab7a71d118b6ed85087e0977b9037c1540a2 (diff)
downloadaerc-b331371a6585b6a0cba678b2deba332e470a478b.tar.gz
format: reformat code with go 1.17
There was a change in how build tags are formatted. Use this as new
reference.

Link: https://go.dev/doc/go1.17#gofmt
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'lib/keepalive_dummy.go')
-rw-r--r--lib/keepalive_dummy.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/keepalive_dummy.go b/lib/keepalive_dummy.go
index 205b577..d455a42 100644
--- a/lib/keepalive_dummy.go
+++ b/lib/keepalive_dummy.go
@@ -1,4 +1,5 @@
-//+build !linux
+//go:build !linux
+// +build !linux
 
 package lib
 
tik Agaram <vc@akkartik.com> 2018-06-24 09:16:17 -0700 committer Kartik Agaram <vc@akkartik.com> 2018-06-24 09:18:20 -0700 4266 - space for alloc-id in heap allocations' href='/akkartik/mu/commit/044space_surround.cc?h=main&id=23d3a02226973f80188e84fa5dcedb14413c5b7f'>23d3a022 ^
8f1db754 ^
1ead3562 ^
9867dff4 ^
23d3a022 ^






e4fc73b1 ^
8f1db754 ^



b24eb476 ^

23d3a022 ^
263e6b2a ^
8f1db754 ^

b24eb476 ^
d0e29245 ^
82ac0b7e ^
23d3a022 ^


8f1db754 ^

b24eb476 ^
6c96a437 ^
0487a30e ^
ae256ea1 ^
9dcbec39 ^
ae256ea1 ^
0487a30e ^
8f1db754 ^


047296d8 ^

1ead3562 ^
192d59d3 ^
047296d8 ^
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