mirror of
https://github.com/golang/go
synced 2024-11-26 11:08:38 -07:00
internal/bytealg: remove duplicate go:build line
Change-Id: I6b71bf468b9544820829f02e320673f5edd785fa
GitHub-Last-Rev: 8082ac5fba
GitHub-Pull-Request: golang/go#46683
Reviewed-on: https://go-review.googlesource.com/c/go/+/326730
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Tobias Klauser <tobias.klauser@gmail.com>
This commit is contained in:
parent
4061d3463b
commit
abc56fd1a0
@ -2,7 +2,6 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// go:build !amd64 && !arm64 && !s390x && !ppc64le && !ppc64
|
|
||||||
//go:build !amd64 && !arm64 && !s390x && !ppc64le && !ppc64
|
//go:build !amd64 && !arm64 && !s390x && !ppc64le && !ppc64
|
||||||
// +build !amd64,!arm64,!s390x,!ppc64le,!ppc64
|
// +build !amd64,!arm64,!s390x,!ppc64le,!ppc64
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// go:build amd64 || arm64 || s390x || ppc64le || ppc64
|
|
||||||
//go:build amd64 || arm64 || s390x || ppc64le || ppc64
|
//go:build amd64 || arm64 || s390x || ppc64le || ppc64
|
||||||
// +build amd64 arm64 s390x ppc64le ppc64
|
// +build amd64 arm64 s390x ppc64le ppc64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user