aboutsummaryrefslogtreecommitdiff
path: root/conn
diff options
context:
space:
mode:
Diffstat (limited to 'conn')
-rw-r--r--conn/sticky_default.go1
-rw-r--r--conn/sticky_linux_test.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/conn/sticky_default.go b/conn/sticky_default.go
index 3ce9a56..8c0adf5 100644
--- a/conn/sticky_default.go
+++ b/conn/sticky_default.go
@@ -1,5 +1,4 @@
//go:build !linux
-// +build !linux
/* SPDX-License-Identifier: MIT
*
diff --git a/conn/sticky_linux_test.go b/conn/sticky_linux_test.go
index 503c342..3213e77 100644
--- a/conn/sticky_linux_test.go
+++ b/conn/sticky_linux_test.go
@@ -1,5 +1,4 @@
//go:build linux
-// +build linux
/* SPDX-License-Identifier: MIT
*