commit | f2706d92d9560657333682a3de548f1f98e9f9b0 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Mon Sep 21 12:45:43 2020 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Mon Sep 21 21:09:49 2020 +0000 |
tree | 468e9079286878c8e5aa09ad0dc52dcfafe4cff3 | |
parent | 6fd6418efb983827717f648a11bb5ca6fe93af30 [diff] |
libgo: don't put golang.org packages in zstdpkglist.go This ensures that internal/goroot.IsStandardPackage does not treat golang.org packages as being in the standard library. For golang/go#41368 Fixes golang/go#41499 Change-Id: I58abc84c6c8544b3d7f513bda7a5e5a63d0a9937 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/256319 Trust: Ian Lance Taylor <iant@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com> Reviewed-by: Than McIntosh <thanm@google.com>