We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9d672 commit 94b01dcCopy full SHA for 94b01dc
internal/extgen/templates/extension.go.tpl
@@ -5,6 +5,7 @@ package {{.PackageName}}
5
#include "{{.BaseName}}.h"
6
*/
7
import "C"
8
+import "runtime/cgo"
9
{{- range .Imports}}
10
import {{.}}
11
{{- end}}
0 commit comments