Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete // +build lines #1431

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion acceptance/creator_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build acceptance
// +build acceptance

package acceptance

Expand Down
1 change: 0 additions & 1 deletion acceptance/detector_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build acceptance
// +build acceptance

package acceptance

Expand Down
1 change: 0 additions & 1 deletion acceptance/exporter_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build acceptance
// +build acceptance

package acceptance

Expand Down
1 change: 0 additions & 1 deletion acceptance/extender_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build acceptance
// +build acceptance

package acceptance

Expand Down
1 change: 0 additions & 1 deletion acceptance/rebaser_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build acceptance
// +build acceptance

package acceptance

Expand Down
1 change: 0 additions & 1 deletion acceptance/restorer_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build acceptance
// +build acceptance

package acceptance

Expand Down
1 change: 0 additions & 1 deletion acceptance/testdata/launcher/exec.d/fd_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package main

Expand Down
1 change: 0 additions & 1 deletion acceptance/variables_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package acceptance

Expand Down
1 change: 0 additions & 1 deletion archive/tar_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package archive

Expand Down
1 change: 0 additions & 1 deletion internal/fsutil/os_detection_linux_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux
// +build linux

package fsutil_test

Expand Down
1 change: 0 additions & 1 deletion internal/fsutil/os_detection_notlinux_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build windows || darwin
// +build windows darwin

package fsutil_test

Expand Down
1 change: 0 additions & 1 deletion internal/path/defaults_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package path

Expand Down
1 change: 0 additions & 1 deletion launch/exec_d_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package launch

Expand Down
1 change: 0 additions & 1 deletion launch/launcher_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package launch

Expand Down
1 change: 0 additions & 1 deletion launch/testdata/cmd/execd/fd_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package main

Expand Down
1 change: 0 additions & 1 deletion launch/testhelpers/syscall_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package testhelpers

Expand Down
1 change: 0 additions & 1 deletion launch/testhelpers/syscall_windows.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build windows
// +build windows

package testhelpers

Expand Down
1 change: 0 additions & 1 deletion layers/layers_unix_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package layers_test

Expand Down
1 change: 0 additions & 1 deletion priv/sock_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package priv

Expand Down
1 change: 0 additions & 1 deletion priv/user_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux
// +build linux

package priv

Expand Down
1 change: 0 additions & 1 deletion testhelpers/vars_darwin.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build darwin
// +build darwin

package testhelpers

Expand Down
1 change: 0 additions & 1 deletion testhelpers/vars_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux
// +build linux

package testhelpers

Expand Down