mirror of https://github.com/golang/go.git
internal/bytealg: remove duplicate go:build line
This commit is contained in:
parent
dc00dc6c6b
commit
8082ac5fba
|
|
@ -2,7 +2,6 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// go:build !amd64 && !arm64 && !s390x && !ppc64le && !ppc64
|
||||
//go: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
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// go:build amd64 || arm64 || s390x || ppc64le || ppc64
|
||||
//go:build amd64 || arm64 || s390x || ppc64le || ppc64
|
||||
// +build amd64 arm64 s390x ppc64le ppc64
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue