diff options
author | Ian Lance Taylor <iant@golang.org> | 2019-08-08 14:30:50 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2019-08-08 14:30:50 -0700 |
commit | 7aafe3d8b2c8b138c431d5fcc98a4d2a7c3270f9 (patch) | |
tree | 0628151f6974949043a884828a78baaefeb3c526 /Examples/test-suite/go/director_classic_runme.go | |
parent | 5e2b8f3ec9594b385824976ebf79b22572d06214 (diff) | |
download | swig-7aafe3d8b2c8b138c431d5fcc98a4d2a7c3270f9.tar.gz |
Fix all Go tests to build with "go build"
Tested against Go 1.6 through Go 1.13beta1, and gccgo.
Fixes #1607
Diffstat (limited to 'Examples/test-suite/go/director_classic_runme.go')
-rw-r--r-- | Examples/test-suite/go/director_classic_runme.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/go/director_classic_runme.go b/Examples/test-suite/go/director_classic_runme.go index 230c9638d..d8acc1337 100644 --- a/Examples/test-suite/go/director_classic_runme.go +++ b/Examples/test-suite/go/director_classic_runme.go @@ -1,7 +1,7 @@ package main import "fmt" -import . "director_classic" +import . "swigtests/director_classic" type TargetLangPerson struct{} // From Person func (p *TargetLangPerson) Id() string { |