From 71cbfd0921d8d19baad3042d88146531565232c6 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 23 Jan 2025 01:13:45 +0700 Subject: lib/net: remove old build tags --- lib/net/poll_bsd.go | 1 - lib/net/poll_linux.go | 1 - 2 files changed, 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 -- cgit v1.3