mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 10:37:02 +00:00
This package supports a more normal Go interface, in particular it has: // Listen returns a net.Listener which can accept connections on the given // vhan port. func Listen(port uint) (net.Listener, error) Signed-off-by: David Scott <dave.scott@docker.com>