• Rob Pike's avatar
    cmd/pack: rewrite in Go · fdbf3d90
    Rob Pike authored
    Replace the pack command, a C program, with a clean reimplementation in Go.
    It does not need to reproduce the full feature set and it is no longer used by
    the build chain, but has a role in looking inside archives created by the build
    chain directly.
    
    Since it's not in C, it is no longer build by dist, so remove it from cmd/dist and
    make it a "tool" in cmd/go terminology.
    
    Fixes #2705
    
    R=rsc, dave, minux.ma, josharian
    CC=golang-codereviews
    https://golang.org/cl/52310044
    fdbf3d90
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...