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