解析:
go 是一种区分大小写的编程语言。
type order struct { number string } type order struct { number string }
我们看上面的示例,order 和 order 是两个不同的结构体
order