• Russ Cox's avatar
    cmd/pprof: move cmd/internal/pprof back to cmd/pprof/internal · d5b97f61
    Russ Cox authored
    CL 21870 moved the entire cmd/pprof/internal directory to cmd/internal/pprof
    for use by cmd/trace, but really cmd/trace only needed cmd/pprof/internal/profile,
    which became cmd/internal/pprof/profile, and then internal/pprof/profile.
    
    Move the rest back under cmd/pprof so that it is clear that no other code
    is reaching into the guts of cmd/pprof. Just like functions should not be
    exported unless necessary, internals should not be made visible to more
    code than necessary.
    
    Raúl Silvera noted after the commit of CL 21870 that only the profile package
    should have moved, but there was no followup fix (until now).
    
    Change-Id: I603f4dcb0616df1e5d5eb7372e6fccda57e05079
    Reviewed-on: https://go-review.googlesource.com/32453
    Run-TryBot: Russ Cox <rsc@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    d5b97f61
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...