fix: go build file

pull/30948/head
ronething-bot 2 months ago
parent 25aa8f6d7f
commit 9639fdba78
No known key found for this signature in database
  1. 4
      cmd/geth/logging_test.go
  2. 4
      cmd/geth/logtestcmd_active.go
  3. 4
      cmd/geth/logtestcmd_inactive.go

@ -1,5 +1,3 @@
//go:build integrationtests
// Copyright 2023 The go-ethereum Authors
// This file is part of go-ethereum.
//
@ -16,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
//go:build integrationtests
package main
import (

@ -1,5 +1,3 @@
//go:build integrationtests
// Copyright 2023 The go-ethereum Authors
// This file is part of go-ethereum.
//
@ -16,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
//go:build integrationtests
package main
import (

@ -1,5 +1,3 @@
//go:build !integrationtests
// Copyright 2023 The go-ethereum Authors
// This file is part of go-ethereum.
//
@ -16,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
//go:build !integrationtests
package main
import "github.com/urfave/cli/v2"

Loading…
Cancel
Save