0
0
forked from toolshed/abra
Files
abra/vendor/github.com/moby/go-archive/archive_other.go
2025-08-12 05:17:15 +00:00

8 lines
122 B
Go

//go:build !linux
package archive
func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
return nil
}