]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] runtime: fix import sort order [generated]
authorMichael Anthony Knyszek <mknyszek@google.com>
Thu, 17 Jun 2021 19:10:18 +0000 (19:10 +0000)
committerMichael Knyszek <mknyszek@google.com>
Thu, 17 Jun 2021 20:42:23 +0000 (20:42 +0000)
commit9c58e399a40d2cc4102245f072438caaf635d495
treea6e5b2455ae6b57eb7594e0a1beb71f7e1bb9375
parent671954e72e8e3e569e659d29e22c6b2a23cea206
[dev.typeparams] runtime: fix import sort order [generated]

[git-generate]
cd src/runtime
goimports -w *.go

Change-Id: I1387af0f2fd1a213dc2f4c122e83a8db0fcb15f0
Reviewed-on: https://go-review.googlesource.com/c/go/+/329189
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
30 files changed:
src/runtime/alg.go
src/runtime/cgocall.go
src/runtime/export_test.go
src/runtime/iface.go
src/runtime/malloc.go
src/runtime/map.go
src/runtime/map_test.go
src/runtime/mbitmap.go
src/runtime/mcheckmark.go
src/runtime/mfinal.go
src/runtime/mgcmark.go
src/runtime/mgcwork.go
src/runtime/mheap.go
src/runtime/mspanset.go
src/runtime/mstats.go
src/runtime/mwbbuf.go
src/runtime/os_netbsd.go
src/runtime/os_windows.go
src/runtime/preempt.go
src/runtime/print.go
src/runtime/proc.go
src/runtime/runtime1.go
src/runtime/runtime2.go
src/runtime/signal_linux_s390x.go
src/runtime/slice.go
src/runtime/stack.go
src/runtime/symtab.go
src/runtime/sys_wasm.go
src/runtime/trace.go
src/runtime/traceback.go