»
13. Default Value
Go语言中基本数据类型的默认值为:0(int),0.0(float32/faloat64),false(bool),""(string),0(rune)
对于指针类型的变量,其默认值为:nil
————www.v-signon.com学习者共勉