Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 7, 2024
1 parent 32b7bd8 commit 1b16e63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions binding/go/rhino_native.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
//

package rhino
package main

import "fmt"
/*
#cgo linux LDFLAGS: -ldl
#cgo darwin LDFLAGS: -ldl
Expand Down Expand Up @@ -222,6 +219,10 @@ static void pv_free_error_stack_wrapper(
return ((pv_free_error_stack_func) f)(message_stack);
}
*/
package main

Check failure on line 222 in binding/go/rhino_native.go

View workflow job for this annotation

GitHub Actions / check-go-binding-codestyle

expected declaration, found 'package' (typecheck)

import "fmt"

Check failure on line 224 in binding/go/rhino_native.go

View workflow job for this annotation

GitHub Actions / check-go-binding-codestyle

imports must appear before other declarations (typecheck)

import "C"

import (
Expand Down

0 comments on commit 1b16e63

Please sign in to comment.