mdlayher / vsock

Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed.
MIT License
336 stars 65 forks source link

vsock: remove Go 1.11 compatibility after Go 1.13 release #36

Closed mdlayher closed 4 years ago

mdlayher commented 5 years ago

This will simplify the internals a lot and fix some annoying behaviors in caller code. We should only support versions of Go that are also supported by the upstream project.

mdlayher commented 4 years ago

I've decided to leave this alone and revisit after Ubuntu 16.04 hits EOL. The documentation warnings are prominent as is.