github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/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) {}