]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add "runtime/internal/syscall" back to runtimePackages
authorAndrew Pogrebnoy <absourd.noise@gmail.com>
Tue, 4 Oct 2022 16:44:20 +0000 (19:44 +0300)
committerGopher Robot <gobot@golang.org>
Tue, 4 Oct 2022 17:42:01 +0000 (17:42 +0000)
commitdfd8aa461be982533e01867ab002fb83ba3cc943
tree12342d1880f782e3a9270e8d687ac9bad887cf34
parentfeed072b6ed002a0085f3c6152c039b84134d38e
cmd/compile: add "runtime/internal/syscall" back to runtimePackages

It was accidentally removed in CL 355451.

Change-Id: I818ea01b83e437c25829bf7e88c7180963e696f8
Reviewed-on: https://go-review.googlesource.com/c/go/+/438615
Auto-Submit: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/go/internal/work/gc.go