README ¶ targz import "git.nu50218.dev/go/targz" Usage See targz_test.go for example. func Compress func Compress(ctx context.Context, root string) (io.Reader, error) func Decompress func Decompress(ctx context.Context, r io.Reader, root string) error Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Compress(ctx context.Context, root string) (io.Reader, error) func Decompress(ctx context.Context, r io.Reader, root string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Compress ¶ func Compress(ctx context.Context, root string) (io.Reader, error) func Decompress ¶ func Decompress(ctx context.Context, r io.Reader, root string) error Types ¶ This section is empty. Source Files ¶ View all Source files compress.go decompress.go Click to show internal directories. Click to hide internal directories.