{"name": "project", "children": [{"name": "cmd", "children": [{"name": "main.go", "contents": "/* You can edit and run this code. */\n\npackage main\n\nimport \"fmt\"\n\nfunc main() {\n\tfmt.Println(\"Hello world!\")\n}\n", "is_main_file": true}]}, {"name": "go.mod", "contents": "module senjun/user/hello\n\ngo 1.21.11\n"}]}