mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
Specifically state that it is safe to call methods on Conn from multiple goroutines in the docs. Fixes #6692 Change-Id: I1b0e8812ca5b2e3ca72948c5404d569879e54f34 Reviewed-on: https://go-review.googlesource.com/20455 Reviewed-by: Andrew Gerrand <adg@golang.org>