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