Unknwon 10 年之前
父节点
当前提交
59e0860996
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      eBook/10.1.md

+ 1 - 1
eBook/10.1.md

@@ -49,7 +49,7 @@ type struct1 struct {
     str string
 }
 
-func main {
+func main() {
     ms := new(struct1)
     ms.i1 = 10
     ms.f1 = 15.5