mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 23:52:31 +08:00
fix #122
This commit is contained in:
@@ -83,7 +83,7 @@ type B struct {
|
||||
func main() {
|
||||
b := B{A{1, 2}, 3.0, 4.0}
|
||||
fmt.Println(b.ax, b.ay, b.bx, b.by)
|
||||
fmt.Println((b.A))
|
||||
fmt.Println(b.A)
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user