Skip to content

Commit

Permalink
fix: go build file
Browse files Browse the repository at this point in the history
  • Loading branch information
ronething-bot committed Dec 21, 2024
1 parent 25aa8f6 commit 9639fdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmd/geth/logging_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build integrationtests

// Copyright 2023 The go-ethereum Authors
// This file is part of go-ethereum.
//
Expand All @@ -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 (
Expand Down
4 changes: 2 additions & 2 deletions cmd/geth/logtestcmd_active.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build integrationtests

// Copyright 2023 The go-ethereum Authors
// This file is part of go-ethereum.
//
Expand All @@ -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 (
Expand Down
4 changes: 2 additions & 2 deletions cmd/geth/logtestcmd_inactive.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !integrationtests

// Copyright 2023 The go-ethereum Authors
// This file is part of go-ethereum.
//
Expand All @@ -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"
Expand Down

0 comments on commit 9639fdb

Please sign in to comment.