build/revdial
Brad Fitzpatrick 73f88a6d4c all: add README.md files where missing, and tool to keep them updated
Change-Id: I385171c415bf168c04c6c3a7a996bff88964af84
Reviewed-on: https://go-review.googlesource.com/52856
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2017-08-02 22:17:52 +00:00
..
README.md all: add README.md files where missing, and tool to keep them updated 2017-08-02 22:17:52 +00:00
revdial.go cmd/coordinator, cmd/buildlet, cmd/gomote: add SSH support 2017-07-28 18:21:11 +00:00
revdial_test.go cmd/coordinator, cmd/buildlet, cmd/gomote: add SSH support 2017-07-28 18:21:11 +00:00

README.md

GoDoc

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.