mirror of
https://github.com/golang/go
synced 2024-11-11 19:21:37 -07:00
all: gofmt
Change-Id: Icfafcfb62a389d9fd2e7a4d17809486ed91f15c3 Reviewed-on: https://go-review.googlesource.com/c/go/+/338629 Trust: Josh Bleecher Snyder <josharian@gmail.com> Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
b7a85e0003
commit
b8ca6e59ed
@ -1,5 +1,6 @@
|
||||
// Code generated by command: go run fe_amd64_asm.go -out ../fe_amd64.s -stubs ../fe_amd64.go -pkg field. DO NOT EDIT.
|
||||
|
||||
//go:build amd64 && gc && !purego
|
||||
// +build amd64,gc,!purego
|
||||
|
||||
package field
|
||||
|
@ -3,8 +3,7 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build amd64 && linux && !goexperiment.regabiargs
|
||||
// +build amd64,linux
|
||||
// +build !goexperiment.regabiargs
|
||||
// +build amd64,linux,!goexperiment.regabiargs
|
||||
|
||||
package runtime
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build amd64 && linux && goexperiment.regabiargs
|
||||
// +build amd64,linux
|
||||
// +build goexperiment.regabiargs
|
||||
// +build amd64,linux,goexperiment.regabiargs
|
||||
|
||||
package runtime
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user