aboutsummaryrefslogtreecommitdiff
path: root/src/sync
diff options
context:
space:
mode:
authorsivchari <shibuuuu5@gmail.com>2024-02-26 14:59:15 +0900
committerGopher Robot <gobot@golang.org>2024-02-28 20:35:05 +0000
commita05ea985c5fdb22ef606706f2b1a99eec5574c9c (patch)
tree2ccfa19bad2318746e24c796b5a1dcf090bcebba /src/sync
parent5d4c6088be94e0380d4b937f381eaa28ed7ba010 (diff)
downloadgo-a05ea985c5fdb22ef606706f2b1a99eec5574c9c.tar.xz
all: run go fmt
I ran go fmt to fix format on the entire repository. Change-Id: I2f09166b6b8ba0ffb0ba27f6500efb0ea4cf21ff Reviewed-on: https://go-review.googlesource.com/c/go/+/566835 Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Auto-Submit: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/sync')
-rw-r--r--src/sync/pool.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sync/pool.go b/src/sync/pool.go
index 5f8cffa8bf..e094849974 100644
--- a/src/sync/pool.go
+++ b/src/sync/pool.go
@@ -76,6 +76,7 @@ type poolLocal struct {
}
// from runtime
+//
//go:linkname runtime_randn runtime.randn
func runtime_randn(n uint32) uint32