зеркало из https://github.com/golang/build.git
73f88a6d4c
Change-Id: I385171c415bf168c04c6c3a7a996bff88964af84 Reviewed-on: https://go-review.googlesource.com/52856 Reviewed-by: Andrew Bonventre <andybons@golang.org> |
||
---|---|---|
.. | ||
README.md | ||
revdial.go | ||
revdial_test.go |
README.md
golang.org/x/build/revdial
Package revdial implements a Dialer and Listener which work together to turn an accepted connection (for instance, a Hijacked HTTP request) into a Dialer which can then create net.Conns connecting back to the original dialer, which then gets a net.Listener accepting those conns.