mirror of
https://gitea.com/Lydanne/buildx.git
synced 2026-01-05 13:34:14 +08:00
8 lines
122 B
Go
8 lines
122 B
Go
//go:build !linux
|
|
|
|
package archive
|
|
|
|
func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
|
|
return nil
|
|
}
|