move build none back to previous spot

This commit is contained in:
Jared Wasinger 2024-08-12 06:26:06 -07:00
parent 043e852325
commit b398df9e3b

View file

@ -1,6 +1,3 @@
//go:build none
// +build none
// Copyright 2016 The go-ethereum Authors // Copyright 2016 The go-ethereum Authors
// This file is part of the go-ethereum library. // 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 // 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/>. // 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. The ci command is called from Continuous Integration scripts.