Skip to content

Commit 6c208e2

Browse files
committed
Revert "remove import that causes issues"
This reverts commit 3d9d672.
1 parent 31e045b commit 6c208e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/extgen/templates/extension.go.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package {{.PackageName}}
55
#include "{{.BaseName}}.h"
66
*/
77
import "C"
8+
import "runtime/cgo"
89
{{- range .Imports}}
910
import {{.}}
1011
{{- end}}

0 commit comments

Comments
 (0)