2017-10-04 Petr Ovtchenkov <ptr@void-ptr.info>
[official-gcc.git] / libgo / go / net / hook_plan9.go
blobe053348505bff5c65de1159c4eb7f37245500842
1 // Copyright 2015 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 package net
7 import "time"
9 var testHookDialChannel = func() { time.Sleep(time.Millisecond) } // see golang.org/issue/5349