github.com/toplink-cn/moby@v0.0.0-20240305205811-460b4aebdf81/internal/testutils/netnsutils/context_windows.go (about) 1 package netnsutils 2 3 import "testing" 4 5 // SetupTestOSContext is a no-op on Windows. 6 func SetupTestOSContext(*testing.T) func() { 7 return func() {} 8 }