We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go
1.10
1 parent 9e0c817 commit 7cae74bCopy full SHA for 7cae74b
README.md
@@ -49,14 +49,3 @@ func main() {
49
}
50
51
```
52
-
53
-## NOTE
54
55
-The library can be safely used only with Go >= 1.10 due to [golang/go#20676](https://github.com/golang/go/issues/20676).
56
57
-After locking a goroutine to its current OS thread with `runtime.LockOSThread()`
58
-and changing its network namespace, any new subsequent goroutine won't be
59
-scheduled on that thread while it's locked. Therefore, the new goroutine
60
-will run in a different namespace leading to unexpected results.
61
62
-See [here](https://www.weave.works/blog/linux-namespaces-golang-followup) for more details.
0 commit comments