We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5312d2 + 068f020 commit 82853c2Copy full SHA for 82853c2
en/02.4.md
@@ -29,7 +29,7 @@ P.name = "Astaxie" // assign "Astaxie" to the field 'name' of p
29
P.age = 25 // assign 25 to field 'age' of p
30
fmt.Printf("The person's name is %s\n", P.name) // access field 'name' of p
31
```
32
-There are three more ways to define a struct.
+There are three more ways to initialize a struct.
33
34
- Assign initial values by order
35
```Go
0 commit comments