github.com/rawahars/moby@v24.0.4+incompatible/libnetwork/testutils/sanity_notlinux.go (about)

     1  //go:build !linux
     2  
     3  package testutils
     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) {}