mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
move build none back to previous spot
This commit is contained in:
parent
043e852325
commit
b398df9e3b
1 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,3 @@
|
|||
//go:build none
|
||||
// +build none
|
||||
|
||||
// Copyright 2016 The go-ethereum Authors
|
||||
// This file is part of the go-ethereum library.
|
||||
//
|
||||
|
|
@ -16,6 +13,10 @@
|
|||
//
|
||||
// You should have received a copy of the GNU Lesser General Public License
|
||||
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
//go:build none
|
||||
// +build none
|
||||
|
||||
/*
|
||||
The ci command is called from Continuous Integration scripts.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue