]> Cypherpunks repositories - gostls13.git/commit
cmd/go: subdirs of runtime other than runtime/internal do depend on runtime
authorIan Lance Taylor <iant@golang.org>
Thu, 12 Nov 2015 07:13:14 +0000 (23:13 -0800)
committerMichael Matloob <matloob@golang.org>
Thu, 12 Nov 2015 15:35:48 +0000 (15:35 +0000)
commitd54c35675c1f4d4ca9b5a6de568e977c513f364a
tree248d5434c92e503a62747f41fdf40d5e03fd57e6
parentf5722a81faec8c4e0dafb93a5f8e2479b033eaed
cmd/go: subdirs of runtime other than runtime/internal do depend on runtime

Correct an error in the last change: it caused runtime/cgo and
runtime/race to not depend on runtime.

Fixes #13214.

Change-Id: Ib48b3b5e9a74567ddfaccb7ab4a897ee2aedc2b8
Reviewed-on: https://go-review.googlesource.com/16837
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/pkg.go