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