diff --git a/configs/messages_unix.go b/configs/messages_unix.go index 0bdadba9f..e273bae2b 100644 --- a/configs/messages_unix.go +++ b/configs/messages_unix.go @@ -1,5 +1,4 @@ //go:build linux || darwin -// +build linux darwin /* Copyright 2022 Nethermind diff --git a/e2e/lido-exporter/cleanup_unix.go b/e2e/lido-exporter/cleanup_unix.go index f13f6b1ca..d873adbd7 100644 --- a/e2e/lido-exporter/cleanup_unix.go +++ b/e2e/lido-exporter/cleanup_unix.go @@ -1,5 +1,4 @@ //go:build !windows -// +build !windows /* Copyright 2022 Nethermind diff --git a/e2e/lido-exporter/cleanup_windows.go b/e2e/lido-exporter/cleanup_windows.go index 3feea5943..73594ffe9 100644 --- a/e2e/lido-exporter/cleanup_windows.go +++ b/e2e/lido-exporter/cleanup_windows.go @@ -1,5 +1,4 @@ //go:build windows -// +build windows /* Copyright 2022 Nethermind diff --git a/internal/pkg/commands/cmd_runner_helper_unix.go b/internal/pkg/commands/cmd_runner_helper_unix.go index b63367c6a..2b2b8fb0b 100644 --- a/internal/pkg/commands/cmd_runner_helper_unix.go +++ b/internal/pkg/commands/cmd_runner_helper_unix.go @@ -1,5 +1,4 @@ //go:build linux || darwin -// +build linux darwin /* Copyright 2022 Nethermind diff --git a/internal/pkg/commands/cmd_runner_unix.go b/internal/pkg/commands/cmd_runner_unix.go index ee140b917..7e21ba0f1 100644 --- a/internal/pkg/commands/cmd_runner_unix.go +++ b/internal/pkg/commands/cmd_runner_unix.go @@ -1,5 +1,4 @@ //go:build linux || darwin -// +build linux darwin /* Copyright 2022 Nethermind diff --git a/internal/pkg/commands/commands_unix_test.go b/internal/pkg/commands/commands_unix_test.go index 73f6f60ab..d928b4109 100644 --- a/internal/pkg/commands/commands_unix_test.go +++ b/internal/pkg/commands/commands_unix_test.go @@ -1,5 +1,4 @@ //go:build linux || darwin -// +build linux darwin /* Copyright 2022 Nethermind diff --git a/internal/pkg/commands/commands_windows_test.go b/internal/pkg/commands/commands_windows_test.go index e233e9c51..c306693df 100644 --- a/internal/pkg/commands/commands_windows_test.go +++ b/internal/pkg/commands/commands_windows_test.go @@ -1,5 +1,4 @@ //go:build windows -// +build windows /* Copyright 2022 Nethermind diff --git a/internal/utils/utils_unix.go b/internal/utils/utils_unix.go index d26c0e9f1..eb9d85507 100644 --- a/internal/utils/utils_unix.go +++ b/internal/utils/utils_unix.go @@ -1,5 +1,4 @@ //go:build linux || darwin -// +build linux darwin /* Copyright 2022 Nethermind