aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pack/pack.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-08-11[dev.link] cmd/pack: use cmd/internal/archive packageCherry Zhang
2018-04-02cmd: remove some unused parametersDaniel Martí
2018-03-24cmd/compile: always write pack filesMatthew Dempsky
2017-09-09cmd/pack: fix export data truncation bugMatthew Dempsky
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-03-17cmd/pack,vet: use `go doc` instead of `godoc` in docHyang-Ah Hana Kim
2014-12-28cmd/pack: address go vet reportsEmil Hessman
2014-09-23cmd/pack: fix c command for existing fileRob Pike
2014-04-17cmd/pack: handle very long lines in pkgdefIan Lance Taylor
2014-04-15cmd/pack: print error along with usageRuss Cox
2014-04-03cmd/pack: fix format string error in log messageDave Cheney
2014-02-20cmd/pack: fix matchRuss Cox
2014-02-19cmd/pack: add 'c' command to create archiveRuss Cox
2014-02-19cmd/pack: use log.SetPrefix to make log calls more compact and consistentRob Pike
2014-01-15cmd/pack: rewrite in GoRob Pike