mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:06:41 +08:00
fix #122
This commit is contained in:
@@ -83,7 +83,7 @@ type B struct {
|
|||||||
func main() {
|
func main() {
|
||||||
b := B{A{1, 2}, 3.0, 4.0}
|
b := B{A{1, 2}, 3.0, 4.0}
|
||||||
fmt.Println(b.ax, b.ay, b.bx, b.by)
|
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