1
0
Fork 0
forked from mirrors/tar-split

tar/storage: comments

This commit is contained in:
Vincent Batts 2015-02-24 15:36:21 -05:00
parent b1284905d3
commit 89bd581749
2 changed files with 16 additions and 10 deletions

View file

@ -22,6 +22,8 @@ const (
SegmentType
)
// Entry is a the structure for packing and unpacking the information read from
// the Tar archive.
type Entry struct {
Type Type `json:"type"`
Name string `json:"name",omitempty`