-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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
An error is as follows
github.com/proglottis/gpgme
../GoCode/pkg/mod/github.com/proglottis/gpgme@v0.1.1/data.go:4:11: fatal error: gpgme.h: No such file or directory
// #include <gpgme.h>
^~~~~~~~~
compilation terminated.
Metadata
Metadata
Assignees
Labels
No labels