mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-10-04 20:31:02 +00:00
walk: create and insert metadata signature comments
create Entry's for metadata signature that describes time, machine, date, and user and append these Entry's to creator.dh.Entries before starting the actual walk. Signed-off-by: Stephen Chung <schung@redhat.com>
This commit is contained in:
parent
0b85ce1f81
commit
4b3a9bfd02
4 changed files with 71 additions and 3 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func ExampleTar() {
|
||||
func ExampleStreamer() {
|
||||
fh, err := os.Open("./testdata/test.tar")
|
||||
if err != nil {
|
||||
// handle error ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue