linuxkit / virtsock

Go bindings for virtio and Hyper-V sockets
Other
87 stars 29 forks source link

Add go modules support #66

Closed djs55 closed 2 years ago

djs55 commented 2 years ago

$ go mod init github.com/linuxkit/virtsock

Also

go mod tidy
go mod vendor

Signed-off-by: David Scott dave@recoil.org