8 lines
148 B
Go
8 lines
148 B
Go
package netnsutils
|
|
|
|
import "testing"
|
|
|
|
// SetupTestOSContext is a no-op on Windows.
|
|
func SetupTestOSContext(*testing.T) func() {
|
|
return func() {}
|
|
}
|