summaryrefslogtreecommitdiff
path: root/tests/projects/go/console/src
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-24 22:36:33 +0800
committerruki <[email protected]>2020-07-24 22:36:33 +0800
commit6b89d8b1edc849f8324dae490e635dca080ac473 (patch)
tree51f863f80ffbc70d7f8ac3d9b8489d340abdedcd /tests/projects/go/console/src
parent3ad0524f1c963c974741285b633157f3f28718db (diff)
inherit go modules
Diffstat (limited to 'tests/projects/go/console/src')
-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!")
}