global: add new go 1.17 build comments
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
3957e9b9dd
commit
2ef39d4754
13 changed files with 15 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !linux && !windows
|
||||
// +build !linux,!windows
|
||||
|
||||
/* SPDX-License-Identifier: MIT
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !linux && !openbsd && !freebsd
|
||||
// +build !linux,!openbsd,!freebsd
|
||||
|
||||
/* SPDX-License-Identifier: MIT
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
//go:build linux || openbsd || freebsd
|
||||
// +build linux openbsd freebsd
|
||||
|
||||
/* SPDX-License-Identifier: MIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue