mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-20 02:17:44 +08:00
7 lines
140 B
Go
7 lines
140 B
Go
//go:build !linux
|
|
|
|
package userns
|
|
|
|
// inUserNS is a stub for non-Linux systems. Always returns false.
|
|
func inUserNS() bool { return false }
|