aboutsummaryrefslogtreecommitdiff
path: root/Examples/go/callback/runme.go
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/go/callback/runme.go')
-rw-r--r--Examples/go/callback/runme.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/Examples/go/callback/runme.go b/Examples/go/callback/runme.go
index 03ab0c5e2..7c9ffd681 100644
--- a/Examples/go/callback/runme.go
+++ b/Examples/go/callback/runme.go
@@ -1,8 +1,9 @@
package main
import (
- . "./example"
"fmt"
+
+ . "swigtests/example"
)
func main() {