mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-12 06:06:23 +00:00
We require the frontend to be a `net.Listener` and the `net.Conn` connection which are established must be type-switched to `Conn` to support the `CloseRead` and `CloseWrite` methods. Signed-off-by: David Scott <dave.scott@docker.com>