diff --git a/tar.go b/tar.go index c3f3093..2bc67af 100644 --- a/tar.go +++ b/tar.go @@ -12,7 +12,7 @@ import ( "github.com/vbatts/go-mtree/pkg/govis" ) -// Streamer creates a file hierarchy out of a tar stream +// Streamer interface creates a file hierarchy out of a stream type Streamer interface { io.ReadCloser Hierarchy() (*DirectoryHierarchy, error)