diff options
| author | ruki <[email protected]> | 2020-07-24 22:36:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-24 22:36:33 +0800 |
| commit | 6b89d8b1edc849f8324dae490e635dca080ac473 (patch) | |
| tree | 51f863f80ffbc70d7f8ac3d9b8489d340abdedcd /tests/projects/go/console/src | |
| parent | 3ad0524f1c963c974741285b633157f3f28718db (diff) | |
inherit go modules
Diffstat (limited to 'tests/projects/go/console/src')
| -rw-r--r-- | tests/projects/go/console/src/main.go | 9 |
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!") } |
