ch2/ch2-03 #207
Replies: 8 comments
-
打卡,看这篇有点累 |
Beta Was this translation helpful? Give feedback.
-
打卡,一个个关卡一章章学 |
Beta Was this translation helpful? Give feedback.
-
打卡,终于理解了*x和&x的区别。 |
Beta Was this translation helpful? Give feedback.
-
let`s go |
Beta Was this translation helpful? Give feedback.
-
“由于new只是一个预定义的函数,它并不是一个关键字,因此我们可以将new名字重新定义为别的类型。” |
Beta Was this translation helpful? Give feedback.
-
每次循环的开始会创建临时变量t 这句话有点歧义,其实在for循环只会创建并初始化一次,在每一轮循环时会执行t += res |
Beta Was this translation helpful? Give feedback.
-
ch2/ch2-03
中文版
https://golang-china.github.io/gopl-zh/ch2/ch2-03.html
Beta Was this translation helpful? Give feedback.
All reactions