We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
package main import ( "github.com/proglottis/gpgme" "fmt" ) func main() { ctx, err := gpgme.New() if err != nil { panic(err) } defer ctx.Release() fmt.Println(ctx.EngineInfo().Version()) }
when I run cmd go run main.go
go run main.go
An error is as follows
../GoCode/pkg/mod/github.com/proglottis/[email protected]/data.go:4:11: fatal error: gpgme.h: No such file or directory // #include <gpgme.h> ^~~~~~~~~ compilation terminated.
The text was updated successfully, but these errors were encountered:
@yyf1986 which OS? Do you have gpgme installed?
Sorry, something went wrong.
No branches or pull requests
when I run cmd
go run main.go
An error is as follows
github.com/proglottis/gpgme
../GoCode/pkg/mod/github.com/proglottis/[email protected]/data.go:4:11: fatal error: gpgme.h: No such file or directory
// #include <gpgme.h>
^~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered: