summaryrefslogtreecommitdiff
path: root/Examples/go/pointer
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-07-01 20:13:36 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-07-01 20:13:36 +0100
commit112d7aa6d0ae36af7ed6fc56abfef740d6e08a8a (patch)
tree3cabd3fea2b990bbe465cdcde6a38bdf38503387 /Examples/go/pointer
parent7491be12e517d504cef2cf43a6d355ab09a5ee03 (diff)
downloadswig-112d7aa6d0ae36af7ed6fc56abfef740d6e08a8a.tar.gz
Go examples and test-suite format fixes
Patch has the results of find . -name *.go -exec gofmt -w {} \; SF Patch #339.
Diffstat (limited to 'Examples/go/pointer')
-rw-r--r--Examples/go/pointer/runme.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/go/pointer/runme.go b/Examples/go/pointer/runme.go
index 63deb11b7..1414d341e 100644
--- a/Examples/go/pointer/runme.go
+++ b/Examples/go/pointer/runme.go
@@ -1,8 +1,8 @@
package main
import (
- "fmt"
. "./example"
+ "fmt"
)
func main() {