mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
8 lines
106 B
Go
8 lines
106 B
Go
//go:build !linux && !windows
|
|
|
|
package archive
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
var noattr = unix.ENOATTR
|