diff options
Diffstat (limited to 'src/net/main_plan9_test.go')
-rw-r--r-- | src/net/main_plan9_test.go | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/net/main_plan9_test.go b/src/net/main_plan9_test.go new file mode 100644 index 0000000..2bc5be8 --- /dev/null +++ b/src/net/main_plan9_test.go @@ -0,0 +1,16 @@ +// Copyright 2015 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package net + +func installTestHooks() {} + +func uninstallTestHooks() {} + +// forceCloseSockets must be called only from TestMain. +func forceCloseSockets() {} + +func enableSocketConnect() {} + +func disableSocketConnect(network string) {} |