aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-01-23 01:13:45 +0700
committerShulhan <ms@kilabit.info>2025-01-23 01:13:49 +0700
commit71cbfd0921d8d19baad3042d88146531565232c6 (patch)
treebec7f36229458f15338cdf7fd81407a0bcc35e82
parentb095a40ba34df4c0ce8fb9e8f1b68fef2b336956 (diff)
downloadpakakeh.go-71cbfd0921d8d19baad3042d88146531565232c6.tar.xz
lib/net: remove old build tags
-rw-r--r--lib/net/poll_bsd.go1
-rw-r--r--lib/net/poll_linux.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/net/poll_bsd.go b/lib/net/poll_bsd.go
index c2387c06..80340fa7 100644
--- a/lib/net/poll_bsd.go
+++ b/lib/net/poll_bsd.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build darwin || dragonfly || freebsd || netbsd || openbsd
-// +build darwin dragonfly freebsd netbsd openbsd
package net
diff --git a/lib/net/poll_linux.go b/lib/net/poll_linux.go
index 210ec6d8..69cf56b5 100644
--- a/lib/net/poll_linux.go
+++ b/lib/net/poll_linux.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build linux
-// +build linux
package net