Descriptioncmd/pack: rewrite in Go
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 issue 2705
Patch Set 1 #
Total comments: 3
Patch Set 2 : diff -r d37c12e44993 https://code.google.com/p/go #
Total comments: 15
Patch Set 3 : diff -r 302bdb5b08b1 https://code.google.com/p/go #
MessagesTotal messages: 9
|