lxc / go-lxc

Go bindings for liblxc
https://linuxcontainers.org/lxc
Other
430 stars 76 forks source link

Update readme and Makefile to use github.com/lxc/go-lxc import path. #158

Closed r10r closed 3 years ago

r10r commented 3 years ago

I've replaced all gopkg.in/lxc/go-lxc.v2 paths in the README.md and in the doc target of the Makefile with the module import path github.com/lxc/go-lxc. The gopkg.in import path is deprecated and breaks module replacement for development.

Refs #155