From cfe9478196eef8736a3c0bb2eccda826263420ea Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 26 Apr 2024 12:19:46 +0200 Subject: all: go fix everything --- prog/big_endian.go | 1 - prog/little_endian.go | 1 - 2 files changed, 2 deletions(-) (limited to 'prog') diff --git a/prog/big_endian.go b/prog/big_endian.go index 5add364f1..629b8d3c4 100644 --- a/prog/big_endian.go +++ b/prog/big_endian.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build s390x -// +build s390x package prog diff --git a/prog/little_endian.go b/prog/little_endian.go index 9ebe8925c..8269d209a 100644 --- a/prog/little_endian.go +++ b/prog/little_endian.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build amd64 || 386 || arm64 || arm || mips64le || ppc64le || riscv64 -// +build amd64 386 arm64 arm mips64le ppc64le riscv64 package prog -- cgit mrf-deployment