context_windows.go 148 B

12345678
  1. package netnsutils
  2. import "testing"
  3. // SetupTestOSContext is a no-op on Windows.
  4. func SetupTestOSContext(*testing.T) func() {
  5. return func() {}
  6. }