Skip to content
Open
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 client_posix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: MPL-2.0

//go:build !windows
// +build !windows

package plugin

Expand Down
1 change: 0 additions & 1 deletion client_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: MPL-2.0

//go:build !windows
// +build !windows

package plugin

Expand Down
1 change: 0 additions & 1 deletion internal/cmdrunner/notes_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: MPL-2.0

//go:build !windows
// +build !windows

package cmdrunner

Expand Down
1 change: 0 additions & 1 deletion internal/cmdrunner/notes_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: MPL-2.0

//go:build windows
// +build windows

package cmdrunner

Expand Down
1 change: 0 additions & 1 deletion internal/cmdrunner/process_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: MPL-2.0

//go:build !windows
// +build !windows

package cmdrunner

Expand Down
1 change: 0 additions & 1 deletion server_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: MPL-2.0

//go:build !windows
// +build !windows

package plugin

Expand Down