diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-10-12 12:02:10 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-10-12 12:02:10 -0600 |
commit | dfd688b6aa7b044f7e7e0662288c66ee1d56e0e8 (patch) | |
tree | 151c3229b2ef8f768f99d7c12ce862922c5acb24 /conn | |
parent | c01d52b66af1277201f3f39d9e0e45411ba0111b (diff) |
global: remove old-style build tags
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'conn')
-rw-r--r-- | conn/default.go | 1 | ||||
-rw-r--r-- | conn/mark_default.go | 1 | ||||
-rw-r--r-- | conn/mark_unix.go | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/conn/default.go b/conn/default.go index 97bf08c..e65bb74 100644 --- a/conn/default.go +++ b/conn/default.go @@ -1,5 +1,4 @@ //go:build !linux && !windows -// +build !linux,!windows /* SPDX-License-Identifier: MIT * diff --git a/conn/mark_default.go b/conn/mark_default.go index 91cf6a8..6e01b0d 100644 --- a/conn/mark_default.go +++ b/conn/mark_default.go @@ -1,5 +1,4 @@ //go:build !linux && !openbsd && !freebsd -// +build !linux,!openbsd,!freebsd /* SPDX-License-Identifier: MIT * diff --git a/conn/mark_unix.go b/conn/mark_unix.go index faa4245..fec154c 100644 --- a/conn/mark_unix.go +++ b/conn/mark_unix.go @@ -1,5 +1,4 @@ //go:build linux || openbsd || freebsd -// +build linux openbsd freebsd /* SPDX-License-Identifier: MIT * |