blob: fdf1af8472b69dc94ea257e25bb3b9b4833c1c48 [file] [log] [blame] [view]
<!-- Auto-generated by x/build/update-readmes.go -->
[![GoDoc](https://godoc.org/golang.org/x/build/revdial?status.svg)](https://godoc.org/golang.org/x/build/revdial)
# 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.