mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-19 03:50:11 +08:00
modified: eBook/18.2.md
modified: eBook/18.3.md modified: eBook/18.4.md modified: eBook/directory.md
This commit is contained in:
@@ -10,7 +10,7 @@ type struct1 struct {
|
||||
ms := new(struct1)
|
||||
```
|
||||
|
||||
初始化:
|
||||
初始化:
|
||||
```go
|
||||
ms := &struct1{10, 15.5, "Chris"}
|
||||
```
|
||||
|
Reference in New Issue
Block a user