Skip to content

Commit 3d9d672

Browse files
committed
remove import that causes issues
Signed-off-by: Robert Landers <landers.robert@gmail.com>
1 parent 82de41d commit 3d9d672

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/extgen/templates/extension.go.tpl

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

0 commit comments

Comments
 (0)