summaryrefslogtreecommitdiff
path: root/Examples/go/simple/runme.go
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/go/simple/runme.go')
-rw-r--r--Examples/go/simple/runme.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/go/simple/runme.go b/Examples/go/simple/runme.go
index 0bd4657f9..5bc055f2e 100644
--- a/Examples/go/simple/runme.go
+++ b/Examples/go/simple/runme.go
@@ -3,7 +3,7 @@ package main
import (
"fmt"
- "example"
+ "swigtests/example"
)
func main() {