mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:06:41 +08:00
fix #125
This commit is contained in:
@@ -49,7 +49,7 @@ type struct1 struct {
|
|||||||
str string
|
str string
|
||||||
}
|
}
|
||||||
|
|
||||||
func main {
|
func main() {
|
||||||
ms := new(struct1)
|
ms := new(struct1)
|
||||||
ms.i1 = 10
|
ms.i1 = 10
|
||||||
ms.f1 = 15.5
|
ms.f1 = 15.5
|
||||||
|
Reference in New Issue
Block a user