• Russ Cox's avatar
    cmd/dist: change mkdeps to be more merge-friendly · 94e6d3de
    Russ Cox authored
    In addition to the obvious formatting change, this also drops
    from deps.go any indirect dependencies, so that when you add
    a new import to one package, the resulting diff only affects that
    one package, not every package that imports that package
    directly or indirectly. That makes the file a bit easier to understand,
    if you need to debug it or deal with a possible merge conflict.
    
    The code to trim the import lists (but not too much) was more
    than I wanted to do in shell, so I rewrote mkdeps in Go.
    
    The shell script is left behind for backwards-compatibility with
    people who have learned to run ./mkdeps.bash (or documentation
    suggesting the same).
    
    Change-Id: I0bf27b5b27d0440e11ea830b00735c73f58eae03
    Reviewed-on: https://go-review.googlesource.com/67650Reviewed-by: 's avatarDavid Crawshaw <crawshaw@golang.org>
    94e6d3de
Name
Last commit
Last update
..
README Loading commit data...
build.go Loading commit data...
buildgo.go Loading commit data...
buildruntime.go Loading commit data...
buildtool.go Loading commit data...
cpuid_386.s Loading commit data...
cpuid_amd64.s Loading commit data...
cpuid_default.s Loading commit data...
deps.go Loading commit data...
deps_test.go Loading commit data...
doc.go Loading commit data...
main.go Loading commit data...
mkdeps.bash Loading commit data...
mkdeps.go Loading commit data...
sys_default.go Loading commit data...
sys_windows.go Loading commit data...
test.go Loading commit data...
test_linux.go Loading commit data...
util.go Loading commit data...
util_gc.go Loading commit data...
util_gccgo.go Loading commit data...
vfp_arm.s Loading commit data...
vfp_default.s Loading commit data...