diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-23 01:13:45 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-23 01:13:49 +0700 |
| commit | 71cbfd0921d8d19baad3042d88146531565232c6 (patch) | |
| tree | bec7f36229458f15338cdf7fd81407a0bcc35e82 | |
| parent | b095a40ba34df4c0ce8fb9e8f1b68fef2b336956 (diff) | |
| download | pakakeh.go-71cbfd0921d8d19baad3042d88146531565232c6.tar.xz | |
lib/net: remove old build tags
| -rw-r--r-- | lib/net/poll_bsd.go | 1 | ||||
| -rw-r--r-- | lib/net/poll_linux.go | 1 |
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 |
