dotcloud/docker

View on GitHub
pkg/archive/archive_other.go

Summary

Maintainability
A
0 mins
Test Coverage
//go:build !linux

package archive // import "github.com/docker/docker/pkg/archive"

func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
    return nil
}