-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go import "libguestfs.org/guestfs" #90
Comments
|
It's best to copy the bindings from the source tarball for now. We don't host them anywhere. |
|
thank you |
|
I would suggest getting the source tarball: https://download.libguestfs.org/1.49-development/ Unpack that and you'll find golang bindings in the |
|
thank you thank you |
|
umm, I copied folder libguestfs.org to src folder,but goland reminds me of my lack of guestfs.h, so I copied guestfs.h in 1.49 to libguestfs.org/guestfs/ ,but goland error: |
|
I don't know how golang works, but you should be able to install libguestfs library and headers by doing: |
|
thanks ,but after sudo yum install libguestfs-devel,the new error (ㄒoㄒ) |


I'm a rookie, while import on goland, the error is
libguestfs.org/guestfs: cannot find module providing package libguestfs.org/guestfs: unrecognized import path "libguestfs.org/guestfs": reading https://libguestfs.org/guestfs?go-get=1: 404 Not Found
thank you
The text was updated successfully, but these errors were encountered: