Unknwon hace 10 años
padre
commit
59e0860996
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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