Skip to content

Commit 94b01dc

Browse files
committed
Revert "remove import that causes issues"
This reverts commit 3d9d672.
1 parent 3d9d672 commit 94b01dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)