This commit is contained in:
Unknwon
2015-09-15 09:55:45 -04:00
parent c264763a66
commit 59e0860996

View File

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