go语言数据类型推导 标识符

neroczh · · 721 次点击
[Go 编程语言规范](https://golang.org/ref/spec#Keywords)中给出的关键字没有 int.
#3
更多评论
var int string = "int" int := "int" var int = "int" fmt.Println(int) fmt.Printf("int type is %T,int = %v",int,int)
#1
反正开发不会用到,但是我觉得用来出考题,挺爽的
#2