From a05ea985c5fdb22ef606706f2b1a99eec5574c9c Mon Sep 17 00:00:00 2001 From: sivchari Date: Mon, 26 Feb 2024 14:59:15 +0900 Subject: 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 LUCI-TryBot-Result: Go LUCI Reviewed-by: Carlos Amedee Auto-Submit: Ian Lance Taylor --- src/net/dnsclient.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net') diff --git a/src/net/dnsclient.go b/src/net/dnsclient.go index 204620b2ed..2b4cb4f3ba 100644 --- a/src/net/dnsclient.go +++ b/src/net/dnsclient.go @@ -14,6 +14,7 @@ import ( ) // provided by runtime +// //go:linkname runtime_rand runtime.rand func runtime_rand() uint64 -- cgit v1.3-5-g9baa