summaryrefslogtreecommitdiff
path: root/tests/projects/go/console/src/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/go/console/src/main.go')
-rw-r--r--tests/projects/go/console/src/main.go9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/projects/go/console/src/main.go b/tests/projects/go/console/src/main.go
index 8ea127243..b689db480 100644
--- a/tests/projects/go/console/src/main.go
+++ b/tests/projects/go/console/src/main.go
@@ -1,14 +1,7 @@
package main
-/* /////////////////////////////////////////////////////////////////////////////////////////////////
- * imports
- */
import "fmt"
-/* /////////////////////////////////////////////////////////////////////////////////////////////////
- * main
- */
func main() {
-
- fmt.Println("hello xmake for go!")
+ fmt.Println("hello xmake!")
}