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