[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>
This commit is contained in:
Michael Anthony Knyszek 2021-06-17 19:10:18 +00:00 committed by Michael Knyszek
parent 671954e72e
commit 9c58e399a4
30 changed files with 30 additions and 30 deletions

View file

@ -6,9 +6,9 @@ package runtime
import (
"internal/abi"
"internal/goarch"
"runtime/internal/math"
"runtime/internal/sys"
"internal/goarch"
"unsafe"
)