summaryrefslogtreecommitdiff
path: root/src/cmd/pack/pack.go
Commit message (Expand)AuthorAgeFilesLines
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-061-2/+2
* cmd/pack,vet: use `go doc` instead of `godoc` in docHyang-Ah Hana Kim2016-03-171-1/+1
* cmd/pack: address go vet reportsEmil Hessman2014-12-281-2/+2
* cmd/pack: fix c command for existing fileRob Pike2014-09-231-15/+35
* cmd/pack: handle very long lines in pkgdefIan Lance Taylor2014-04-171-9/+11
* cmd/pack: print error along with usageRuss Cox2014-04-151-0/+4
* cmd/pack: fix format string error in log messageDave Cheney2014-04-031-1/+1
* cmd/pack: fix matchRuss Cox2014-02-201-6/+8
* cmd/pack: add 'c' command to create archiveRuss Cox2014-02-191-9/+89
* cmd/pack: use log.SetPrefix to make log calls more compact and consistentRob Pike2014-02-191-17/+18
* cmd/pack: rewrite in GoRob Pike2014-01-151-0/+397