1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-10-12 12:48:03 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Jonathan Boulle
cb382fa873 tar/storage: switch to map[string]struct{} for set
Using an empty struct is more idiomatic/efficient for representing a
set-like container.
2015-06-23 13:13:54 -07:00
Jonathan Boulle
88a984f867 *: clean up assorted spelling/grammar issues
Various minor fixes noticed on walking through
2015-06-23 13:13:29 -07:00
46840c585a *: golint and docs 2015-03-09 14:11:11 -04:00
cfd32ecbc4 tar/storage: do not accept duplicate paths 2015-02-27 16:54:14 -05:00
8ff77b5aa0 tar/storage: add Packer TODO 2015-02-24 15:49:06 -05:00
89bd581749 tar/storage: comments 2015-02-24 15:36:21 -05:00
b1284905d3 storage: working on packing and unpacking 2015-02-24 15:22:20 -05:00