From 1b16e63ee4d37086559ba54a587520de736ac0de Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Tue, 6 Aug 2024 17:56:02 -0700 Subject: [PATCH] try fix --- binding/go/rhino_native.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/binding/go/rhino_native.go b/binding/go/rhino_native.go index 3322c8f5..c49516f6 100644 --- a/binding/go/rhino_native.go +++ b/binding/go/rhino_native.go @@ -10,9 +10,6 @@ // package rhino -package main - -import "fmt" /* #cgo linux LDFLAGS: -ldl #cgo darwin LDFLAGS: -ldl @@ -222,6 +219,10 @@ static void pv_free_error_stack_wrapper( return ((pv_free_error_stack_func) f)(message_stack); } */ +package main + +import "fmt" + import "C" import (