mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-19 01:47:43 +08:00
8 lines
92 B
Go
8 lines
92 B
Go
//go:build freebsd
|
|
|
|
package archive
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
var mknod = unix.Mknod
|