aboutsummaryrefslogtreecommitdiff
path: root/Examples/go/simple
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/simple
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/simple')
-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 c829ad21a..9eb0ff454 100644
--- a/Examples/go/simple/runme.go
+++ b/Examples/go/simple/runme.go
@@ -1,8 +1,8 @@
package main
import (
- "fmt"
"./example"
+ "fmt"
)
func main() {