From f50b73ed6b4fabae22a7c6ee02f1e717006ce684 Mon Sep 17 00:00:00 2001 From: wyrapeseed Date: Tue, 21 Oct 2025 15:53:07 +0800 Subject: [PATCH] refactor: remove obsolete // +build tag Signed-off-by: wyrapeseed --- scripts/run-evm-nodes.go | 1 - scripts/run.go | 1 - scripts/test_cover.go | 1 - scripts/tidy.go | 1 - 4 files changed, 4 deletions(-) diff --git a/scripts/run-evm-nodes.go b/scripts/run-evm-nodes.go index cf404df1e7..11eb27b351 100644 --- a/scripts/run-evm-nodes.go +++ b/scripts/run-evm-nodes.go @@ -1,5 +1,4 @@ //go:build run_evm -// +build run_evm package main diff --git a/scripts/run.go b/scripts/run.go index 358fc929ca..3a602dbb7e 100644 --- a/scripts/run.go +++ b/scripts/run.go @@ -1,5 +1,4 @@ //go:build run -// +build run package main diff --git a/scripts/test_cover.go b/scripts/test_cover.go index 22c5c81555..d43ebbedfb 100644 --- a/scripts/test_cover.go +++ b/scripts/test_cover.go @@ -1,5 +1,4 @@ //go:build cover -// +build cover package main diff --git a/scripts/tidy.go b/scripts/tidy.go index 77122edf79..74392dddfd 100644 --- a/scripts/tidy.go +++ b/scripts/tidy.go @@ -1,5 +1,4 @@ //go:build tidy -// +build tidy package main