]> Cypherpunks repositories - gostls13.git/commit
cmd/pack: add 'c' command to create archive
authorRuss Cox <rsc@golang.org>
Wed, 19 Feb 2014 22:08:44 +0000 (17:08 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 19 Feb 2014 22:08:44 +0000 (17:08 -0500)
commit0649a736067ddc865ac7baa011afd5c3babf813d
tree9fd20c2b1bce1b46d0fc4c5ce3f41c0a5d10f955
parent15c1ab646daab5813c406355311dd89573e0c011
cmd/pack: add 'c' command to create archive

When Go 1.3 is released, this will keep existing
Go 1.2 build scripts that use 'go tool pack grc' working.
For efficiency, such scripts should be changed to
use 6g -pack instead, but keeping the old behavior
available enables a more graceful transition.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/66130043
src/cmd/pack/doc.go
src/cmd/pack/pack.go
src/cmd/pack/pack_test.go