github.com/tonistiigi/docker@v0.10.1-0.20240229224939-974013b0dc6a/internal/testutils/netnsutils/sanity_notlinux.go (about) 1 //go:build !linux 2 3 package netnsutils 4 5 import ( 6 "syscall" 7 "testing" 8 ) 9 10 // AssertSocketSameNetNS is a no-op on platforms other than Linux. 11 func AssertSocketSameNetNS(t testing.TB, conn syscall.Conn) {}