diff options
| author | sivchari <shibuuuu5@gmail.com> | 2024-02-26 14:59:15 +0900 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-02-28 20:35:05 +0000 |
| commit | a05ea985c5fdb22ef606706f2b1a99eec5574c9c (patch) | |
| tree | 2ccfa19bad2318746e24c796b5a1dcf090bcebba /src/net | |
| parent | 5d4c6088be94e0380d4b937f381eaa28ed7ba010 (diff) | |
| download | go-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/net')
| -rw-r--r-- | src/net/dnsclient.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
