summaryrefslogtreecommitdiff
path: root/misc/swig/stdio/hello.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/swig/stdio/hello.go')
-rw-r--r--misc/swig/stdio/hello.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/swig/stdio/hello.go b/misc/swig/stdio/hello.go
deleted file mode 100644
index eec294278..000000000
--- a/misc/swig/stdio/hello.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2011 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import "swig/file"
-
-func main() {
- file.Puts("Hello, world")
-}