diff --git a/build/ci.go b/build/ci.go index 3202c28192..983d6c0b17 100644 --- a/build/ci.go +++ b/build/ci.go @@ -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 . + +//go:build none +// +build none + /* The ci command is called from Continuous Integration scripts.