containerd/vendor/github.com/Microsoft/go-winio/backuptar/noop.go
Paul "TBBle" Hampson 3e47cdf70f Use go-winio tar-application code instead of our own
applyFunc now takes an io.Reader instead of a tar.Reader because I'm
trying to mirror the API of the not-yet-exposed implementation of this
same behaviour in github.com/Microsoft/hcsshim/internal/ociwclayer,
with an eye to later moving to that implementation it is ever exposed.

Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2020-12-03 02:42:54 +11:00

5 lines
105 B
Go

// +build !windows
// This file only exists to allow go get on non-Windows platforms.
package backuptar