• Russ Cox's avatar
    cmd/go: add go list -deps · 90e860f1
    Russ Cox authored
    This gives an easy way to query properties of all the deps
    of a set of packages, in a single go list invocation.
    Go list has already done the hard work of loading these
    packages, so exposing them is more efficient than
    requiring a second invocation.
    
    This will be helpful for tools asking cmd/go about build
    information.
    
    Change-Id: I90798e386246b24aad92dd13cb9e3788c7d30e91
    Reviewed-on: https://go-review.googlesource.com/107776
    Run-TryBot: Russ Cox <rsc@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarBryan C. Mills <bcmills@google.com>
    90e860f1
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...