]> Cypherpunks repositories - gostls13.git/commitdiff
all: gofmt
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 30 Jul 2021 18:04:36 +0000 (11:04 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sat, 31 Jul 2021 23:59:40 +0000 (23:59 +0000)
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>
src/crypto/ed25519/internal/edwards25519/field/fe_amd64.go
src/runtime/export_debug_regabiargs_off_test.go
src/runtime/export_debug_regabiargs_on_test.go

index 44dc8e8caf916316195ab810b746beaf7e165983..8fe583939f15a5d0079ed309fa6866b3764aed0d 100644 (file)
@@ -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
index fce37ab4d196fbebb712f5fae06606b3099fb5ac..5009003d27d7cbfed6a0dd7b6c65e317ab7f1a37 100644 (file)
@@ -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
 
index 3c65127e560d0a90aaa467238939bd07aa2057c5..e1b72efd0f765ed6087eb6f9d0df3e47b27e2911 100644 (file)
@@ -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