all: add //go:build lines

They're automatically added by Go 1.17 source formatters. This change
adds them all now.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-07-26 15:16:10 +02:00
parent 4f40b58e0d
commit 060ae1cdf9
25 changed files with 25 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build !android
// +build !android
package app
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build android
// +build android
package app
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build darwin && ios
// +build darwin,ios
package log
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build windows
// +build windows
package windows
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build (linux && !android && !nowayland) || freebsd
// +build linux,!android,!nowayland freebsd
package wm
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build (linux && !android && !nox11) || freebsd || openbsd
// +build linux,!android,!nox11 freebsd openbsd
package wm
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build darwin && ios
// +build darwin,ios
package wm
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build darwin && !ios
// +build darwin,!ios
package wm
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build darwin && ios
// +build darwin,ios
package wm
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build darwin && !ios
// +build darwin,!ios
package wm
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build (linux && !android) || freebsd || openbsd
// +build linux,!android freebsd openbsd
package wm
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build (linux && !android && !nowayland) || freebsd
// +build linux,!android,!nowayland freebsd
package wm
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build (linux && !android && !nox11) || freebsd || openbsd
// +build linux,!android,!nox11 freebsd openbsd
package wm
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build android || (darwin && ios)
// +build android darwin,ios
package wm
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build (linux && !android) || freebsd || openbsd
// +build linux,!android freebsd openbsd
// Package xkb implements a Go interface for the X Keyboard Extension library.
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build !go1.14
// +build !go1.14
// Work around golang.org/issue/33384, fixed in CL 191785,
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build race
// +build race
package main_test
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build linux || freebsd || windows || openbsd
// +build linux freebsd windows openbsd
package headless
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build !windows
// +build !windows
package headless
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build linux || windows || freebsd || openbsd
// +build linux windows freebsd openbsd
package egl
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build linux || freebsd || openbsd
// +build linux freebsd openbsd
package egl
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build darwin || linux || freebsd || openbsd
// +build darwin linux freebsd openbsd
package gl
+1
View File
@@ -1,3 +1,4 @@
//go:build !js
// +build !js
package gl
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build !darwin
// +build !darwin
package key
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build !race
// +build !race
package layout